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