What invokes a thread's run() method?

What invokes a thread's run() method?

Mureed
Views: 886 | Community Opinion: 1

Tags..  Thread Methods  Java Interview  Core Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Romta Said..

After a thread is started, via its start() method or that of the Thread class, the JVM invokes the thread's run() method when the thread is initially executed.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: