What are the states associated in the thread?
Answers were Sorted based on User's Feedback
Answer / dharmender
1. New
2. Runnable
3. Running
4. Waiting/Blocked
5. Dead
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / janet
Thread contains ready ,running,waiting and dead states
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / s.ramesh
Thread States.
1. RUNNABLE --- When a thread is Processed by CPU
2. BLOCKED --- When a thread is Deadlocked or blocked by
some other resources
3. WAITING --- When a thread is waiting to process
4. TIMED_WAITING -- When a thread is in sleeping
5. Dead --- When a thread is completely processed
| Is This Answer Correct ? | 3 Yes | 1 No |
whats is statement and procedure
what is the diffrence between banking and insurance domain?
What are the types of data passing mechanisams under JMS specification?
What is the name of the state, when a thread is executing?
What is UniCastRemoteObject and what is its use in RMI?
what is a dirty read?
How a component can be placed on Windows?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What happens when a thread cannot acquire a lock on an object?
Why does the option tag render selected=selected instead of just selected?
Can we have more than one action servlet?
Explain Object Serialization and it can be used?