Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

invokes a thread's run() method

Thu Nov 06, 2008 10:07 pm

What invokes a thread's run() method?



Re: invokes a thread's run() method

Thu Nov 06, 2008 10:08 pm

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.

Post a reply
  Related Posts  to : invokes a thread's run() method
 daemon thread - What is the use of deamon thread?     -  
 Thread Safe     -  
 Multi Thread Program     -  
 Thread of Event Dispatcher     -  
 initial state of thread     -  
 high-level thread states     -  
 thread cannot acquire a lock on an object     -  
 thread state when it terminates its processing     -  
 Plz Help,I want BOTH THREAD to work at a time in SAME WINDOW     -  
 What is an abstract method     -