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

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

0 Answers  


What is the difference between long.class and long.type?

0 Answers  


how java is os independent language ?

3 Answers  


Is the ternary operator written x : y ? Z or x ? Y : z ?

0 Answers  


What is permgen or permanent generation?

0 Answers  






Can I have an action without a form?

0 Answers  


How do you iterate in Hashmap?

1 Answers   HCL, Infotech,


Can a thread be a member of another thread?

2 Answers  


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


Do I need to import javlang package any time? Why ?

0 Answers  


What is source and listener?

1 Answers  


What is meant by multi-threading?

6 Answers  


Categories