What invokes a thread?s run() method?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The start() method of the java.lang.Thread invokes the run()
method
| Is This Answer Correct ? | 9 Yes | 0 No |
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 |
Name three subclasses of the component class?
which book is better for jdbc ,servlets and jsp
what is JTA ?
What is runnable?
what is the use of Object Factories?
What is difference RMI registry and OSAgent?
Explain the methods of Naming class, rebind( ) and lookup()?
Is jvm a overhead?
What is waiting state? In what ways a thread can enter into waiting state?
How to deploy Jar, War files in J2EE?
What are the high-level thread states?
What is Stream and Types?