What invokes a thread's run() method
After a thread is started, via its start() method or that of the Thread class, the JVMinvokes the thread's run() method when the thread is initially executed.
-
Interview Candidate
- Aug 26th, 2004
- 3
- 12253
Showing Answers 1 - 3 of 3 Answers
What invokes a thread's run() method