what's multi threading in java?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

what's multi threading in java??

25th Jul 2016, 1:29 PM
mahi
2 Réponses
+ 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!
21st Feb 2017, 3:57 PM
Execem
Execem - avatar
0
it's nothing but partly execution of programs to achieve concurrency..!!
25th Jul 2016, 1:34 PM
Shubham Burghate
Shubham Burghate - avatar