What invokes a thread?s run() method?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a modular application?

579


What are transaction attributes?

608


what is Activation Instantinator?

1901


Do we need to override service() method

1136


Write a program to show synchronization?

683






What are the different approaches to represent an inheritance hierarchy?

577


Why is actionform a base class rather than an interface?

558


What is table mutation and how do you avoid it?

1908


Why does the tag url-encode javascript and mailto links?

574


How will you pass parameters in RMI? Why do you serialize?

684


Are we allowed to change the transaction isolation property in middle of a transaction?

555


What if the static modifier is removed from the signature of the main method?

695


Which component handles cluster communication in jboss?

618


What is the purpose of the finally clause of a try-catch-finally statement?

550


What is meant by method chaining?

655