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 the methods in object?
Difference between this() and super() in java ?
How do you sort a string in alphabetical order in java?
Can we overload the methods by making them static?
What is the difference between static class and normal class?
What is java abstraction with example?
What is finally block?
How to make a non daemon thread as daemon?
Can we declare the main method of our class as private?
Can I use % with real numbers?
What is tcp and udp?
Explain about abstract classes in java?
What is object english?
Difference between default and protected access specifiers?
What is the final keyword denotes?