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 |
What is a clone?
What is metaspace?
How would you detect a keypress in a jcombobox?
What are the thread-to-thread communcation?
What are transaction attributes?
What is the purpose of the notifyall() method?
What are different types of controls in AWT?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Why are component architectures useful?
What are local interfaces? Describe.
Dear freinds... I want to know how to write self mapping for a table using hibernate?
What is the difference between a static and a non-static inner class?