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 are mutable classes?
Can you explain the final method modifier?
What is thread pool in java with example?
Where are register variables stored?
What is null object in java?
Explain about the main() method in java?
What is an interface in java?
What is the synonym of procedure?
Will set allow duplicates in java?
How do you remove duplicates in java?
What do you mean by local variable and instance variable?
What is loop in java?
Why multiple inheritance is not supported by java?
What is a layout manager and what are different types of layout managers available in java awt?
Write a program to solve producer consumer problem in java?