Home » Unlabelled » What invokes a threads run() method? | Java Threads
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:
Post a Comment