Tuesday, 14 February 2012

What invokes a threads run() method? | Java Threads


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.

No comments: