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 |
what is handle?
What are the different class loaders used by jvm?
What is Lock Based Protocol and what is its use?
Wt is the main difference between Java and Java J2EE and Advanced java?
Which are the different segments of memory?
Which component handles cluster communication in jboss?
Have you used threads in Servelet?
What are the different types of exception?
Can I have an action without a form?
Why JDBC has introduced
Is the session factory thread safe?
life cycle of an applet?