How threads invokes a run method

How threads invokes a run() method?

E

Expert

Verified

Once a thread get started, through its start() method of Thread class, the JVM invokes thread's run() method while the thread is initially executed.

   Related Questions in JAVA Programming

©TutorsGlobe All rights reserved 2022-2023.