0
what's multi threading in java??
2 Respuestas
+ 1
Multi-threading is basically executing different lines of code all together in a program just like different processes run while multitasking.
A thread is an individual process which can be called to run simultaneously with the latter part of program or other threads. Using threads, you can run different processes at the same time!
0
it's nothing but partly execution of programs to achieve concurrency..!!