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
What is ioc concept & explain it?
What is permgen or permanent generation?
How is a java object message delivered to a non-java client?
what is a non-repeatable read?
What is in-memory replication?
Explain the steps in details to load the server object dynamically?
why static class in java
What state does a thread enter when it terminates its processing?
How can I avoid validating a form before data is entered?
Explain the advantages and disadvantages of detached objects.
What are the different class loaders used by jvm?
What is the difference between the session.get() method and the session.load() method?
What are the difference between RMI and CORBA?
Explain phantom read?
What are the design considerations while making a choice between using interface and abstract class?