Jasper Reports Developer Question:
Download Questions PDF

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

Answer:

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 Jasper Reports Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Can anonymous class be declared as implementing an interface and extending class in Java Programming?Described SimpleTimeZone class in Java Programming?