What is the initial state, When a thread is created and
started?
Answer Posted / dharmender
the initial state of a thread is New, when a thread instance is just created but start method is not yet invoked on it.
Once start method is called upon then it enters the Runnable state.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Describe responsibilities of Activator?
What is table mutation and how do you avoid it?
What event results from the clicking of a button?
Why is string immutable in java?
Explain ioc concept?
What is the difference between static and non-static with examples?
Why are some of the class and element names counter-intuitive?
What is the difference between ear, jar and war file?
what is the use of State Factories?
What is a class loader?
When is the best time to validate input?
What are the different algorithms used for clustering?
What is chat area? Explain.
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Can constructors be synchronized in java?