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 notifyall() method?
What is the RMI and Socket?
What restrictions are placed on the location of a package statement within a source code file?
Which textcomponent method is used to set a textcomponent to the read-only state?
How a component can be placed on Windows?
What is a session? Can you share a session object between different theads?
What is threadfactory?
what is an isolation level?
Why a client should be multithreading? Explain.
Difference between hashmap and hashtable?
What are the difference between RMI and CORBA?
How are the elements of a cardlayout organized?
What is the relationship between the canvas class and the graphics class?
Explain how will the struts know which action class to call when you submit a form?
what are RemoteObjects?