when we applied start()method on a thread ,how does it know
that to execute run()method on that object?
Answer Posted / suma
When start method is called , JVM calls run method of this
object
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the wait() method?
Describe, in general, how java's garbage collector works?
What are JTA/JTS and how they used by client?
What is colon_pkg_prefixes and what is its use?
Are enterprise beans allowed to use thread.sleep()?
What are the different methods of identifying an object?
What is the difference between system.out ,system.err and system.in?
What is metaspace?
Can I use javascript to submit a form?
What must a class do to implement an interface?
which book is better for jdbc ,servlets and jsp
How substring() method of string class create memory leaks?
What are the steps to write p-to-p model application?
What is glasgow?
What is the difference between java class and bean?