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.

Showing Answers 1 - 7 of 7 Answers

ramu

  • Mar 10th, 2006
 

when its start() method is called

  Was this answer useful?  Yes

RV

  • Oct 7th, 2017
 

If we havent define run() method within child Class... and we call start() mathod throght child object...
and o/p will be Blank screen

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions