Answers

Question and Answer:

  Home  Java Threads

⟩ What invokes a threads run() method?

After a thread is started, via its start() method of the Thread class, the JVM invokes the thread's run() method when the thread is initially executed.

 137 views

More Questions for you: