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 |
i want documentation of text file splitter & merger of advanced java
What do you mean by Socket Programming?
Is infobus easy to use?
Howmany interfaces are used in RMI?
How substring() method of string class create memory leaks?
why we use main in java?
What is table mutation and how do you avoid it?
What exceptions are thrown by RMI?
Is “abc” a primitive value?
How do you iterate in Hashmap?
what is the life cycle of jsp?
What is the difference between RMI and Corba?