What is the life cycle of Thread ?
Answer Posted / chinnadurai
1. when the thread create New State
2. after start() Runnable state
3. Running State
4. Wait/Block/Sleep State
5. Dead State
| Is This Answer Correct ? | 79 Yes | 11 No |
Post New Answer View All Answers
What is the collections api?
What are the parts of methodology?
What is console based application in java?
What is an example of a boolean?
Which variable is the independent variable?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What are the two types of exceptions in java? Which are the differences between them?
What is return code?
Explain the difference between the public, private, final, protected, and default modifiers?
What about anonymous inner classes in java?
What is an object class?
Which programming language is most secure?
What is the list interface in java programming?
Why java is called not pure object oriented language?
What does index mean in java?