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 the mapping can be done from jsp to actionservlet?
Why does the option tag render selected=selected instead of just selected?
Difference Between getRequest and PostRequest?
What are transaction attributes?
What class is the top of the awt event hierarchy?
Where can I find seam examples and documentation?
What is the relationship between the canvas class and the graphics class?
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
what is the port number of RMI?
What is there in browser that it supports web based applications of java or any other PL?
If your ui seems to freeze periodically, what might be a likely reason?
What are the different methods of identifying an object?