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 |
How many JSP scripting elements and what are they?
Which class is the immediate superclass of the menucomponent class?
what is the proxy pattern?
What is the purpose of the wait() method?
What is synchronization?
What is a clone?
difference between sql exception class and sql warning class
how can we load a file of a user in the database table?
In a multitiered application which tier is the browser in?
What are the oops concept?
advantage of thread?
Name the method to find, if a thread is active or not?