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 |
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
whats is mean by connectionpooling
Can you control when passivation occurs?
What is JNI?
Urgent Openings for Java and .NET ( India, Singapore, Australia, Japan)
What is the relationship between the canvas class and the graphics class?
Can we have more than one action servlet?
In a multitiered application which tier is the browser in?
What is the purpose of the notifyall() method?
Explain bind(), rebind(), unbind() and lookup() methods?
Explain Object Serialization and it can be used?
What’s jboss jbpm?