Multithreading | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Multithreading

What is the role of start() method in Multithreading?

16th Jul 2020, 5:25 PM
Gauri Shirkande
Gauri Shirkande - avatar
2 Respuestas
+ 2
Thanks🤘👍
16th Jul 2020, 6:12 PM
Gauri Shirkande
Gauri Shirkande - avatar
0
starts execution of a thread, by calls its run() method
16th Jul 2020, 5:50 PM
zemiak