What invokes a thread's run() method?
None of the above.
start() method of the thread class.
Main application running the thread.
JVM invokes the thread's run() method when the thread is initially executed.