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'srun() method when the thread is initially executed.
-
Interview Candidate
- Aug 27th, 2004
- 2
- 1621
Showing Answers 1 - 2 of 2 Answers
What invokes a thread's run() method