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
Why is string immutable in java?
Why does the tag url-encode javascript and mailto links?
What is ioc concept & explain it?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What are callback interfaces?
Describe responsibilities of Activator?
What is the purpose of the wait() method?
What is the relationship between an event-listener interface and an event-adapter class?
What is a policy?
What is the difference between the session.update() method and the session.lock() method?
How are the elements of a borderlayout organized?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Why are component architectures useful?
what are the advantages of JTA over JTS?