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 do you download stubs from a Remote place?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
what is catalina in tomcat server.
difference between HashMap, Hashset and hashTable?
Explain phantom read?
Why is main purpose of XML?
what are JSP tags? what is difference between include action and directory?
Should synchronization primitives be used on bean methods?
What is the relationship between an event-listener interface and an event-adapter class?
How substring() method of string class create memory leaks?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What are various types of class loaders used by jvm?