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 |
Which textcomponent method is used to set a textcomponent to the read-only state?
What is Stream Tokenizer?
Is infobus easy to use?
Write a program to show synchronization?
What is diffennce between AWT & SWING?
Why doesn’t the focus feature on the tag work in every circumstance?
Wt is the main difference between Java and Java J2EE and Advanced java?
Explain Object Serialization and it can be used?
Explain the life cycle of servlet?
What restrictions are placed on the values of each case of a switch statement?
Connection Pooling with different type of databases?
What is the RMI and Socket?