What invokes a thread?s run() method?

Answers were Sorted based on User's Feedback



What invokes a thread?s run() method?..

Answer / ranganathkini

The start() method of the java.lang.Thread invokes the run()
method

Is This Answer Correct ?    9 Yes 0 No

What invokes a thread?s run() method?..

Answer / vikaas

After a thread is started(using its start() method), the JVM
invokes the thread's run() method.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Why doesn’t the focus feature on the tag work in every circumstance?

0 Answers  


Different between Struts and Spring? or Why use Spring, if you are already using Struts?

3 Answers   HP,


Can I map more than one table in a cmp?

0 Answers  


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


What is a class loader? What are the different class loaders used by jvm?

0 Answers  






what is Activation Instantinator?

0 Answers  


What are the states associated in the thread?

3 Answers  


Is there a guarantee of uniqueness for entity beans?

0 Answers  


What is the difference between the font and fontmetrics classes?

0 Answers  


For which statements does it make sense to use a label?

0 Answers  


What class is used to create Server side object ?

0 Answers  


Why won’t the jvm terminate when I close all the application windows?

0 Answers  


Categories