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
Why are component architectures useful?
What is a modular application? What does module-relative mean?
What are JTA/JTS and how they used by client?
Which javutil classes and interfaces support event handling?
What method is invoked to cause an object to begin executing as a separate thread?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
How task's priority is used in scheduling?
Why a client should be multithreading? Explain.
What are callback interfaces?
What is permgen or permanent generation?
Is the session factory thread safe?
What event results from the clicking of a button?
What are the pros and cons of detached objects?
What modifiers may be used with an interface declaration?
When a thread blocks on i/o, what state does it enter?