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
- 1
- 1609
Showing Answers 1 - 1 of 1 Answers
What invokes a thread's run() method