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 topics in core java?
What is t in parametric equations?
Write a program to search a number in the given list of numbers.
What does a method signature consist of?
What is multi level inheritance in java?
What is the purpose of using javap?
Is c better than java?
Why stringbuffer is faster than string?
What are static variables and functions?
How the metacharacters are different from the ordinary characters?
What is an argument in java?
Define Multiprogramming and Multiprocessing in java.
What is difference between array and arraylist in java?
Can inner class be public in java?
What is a data structure java?