What invokes a thread's run() method? - JAVA Interview Questions

What invokes a thread's run() method?


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



Click Here to See Answer .....
Did you like this article ?
Subscribe to my RSS feed and get more JAVA Question, and Guideline, Plus a lot more great advice to help your Software Career.

0 comments:

Related JAVA Questions Posts