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 |
What method is used to create the daemon thread?
What is codebase in applet?
important features of java which differenciate it from c++
How to deploy Jar, War files in J2EE?
What is the difference between ear, jar and war file?
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
What are the steps to write p-to-p model application?
Why does most servlets extend HttpServlet?
What are synchronized methods and synchronized statements?
Difference between swing and awt?
Define aop(assepct oriented programing)?
Where can I ask questions and make suggestions about seam?