ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What invokes a thread's run() method?

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.

Related Posts Plugin for WordPress, Blogger...
Flag Counter