What invokes a thread's run() method? Ans. 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.
Download the Study24x7 App, so you can connect and collaborate.