What is the initial state, When a thread is created and
started?
Answers were Sorted based on User's Feedback
Answer / rajesh
Initial state of the thread is ready state. When you create
an object of the class either implementing the runnable
interface or extending Thread class, thread is created.
Thread is start when developer calls;
Thread.start() method
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / 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 |
How many ways can a thread be used?
Can I map more than one table in a cmp?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What is the use of Semaphore?
What are the JSP implicit objects ?
What is prototype?
what is the Scope of Final Keyword in Java?
How primary key is implemented in Oracle?
What is waiting state? In what ways a thread can enter into waiting state?
whats is mean by tiles in struts
what is singleton class? where it mainly used in the projects?
What is meant by Superconductivity?