Custom Search

Sunday, September 2, 2007

53. What invokes a thread's run() method?

53. 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.

No comments: