Interview Question
Created by admin on Sat, 17/11/2012 - 18:14
Question:
What are the possible threads a thread can have?
Language:
Answer:
1. Ready.
2. Standby.
3. Running.
4. Waiting.
5. Transition.
6. Terminated.
What are the possible threads a thread can have?