Answers

Question and Answer:

  Home  Jasper Reports Developer

⟩ Which invokes thread's run() method in Java Programming?

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

 189 views

More Questions for you: