What is the life cycle of Thread ?
Answer Posted / ravikiran
start
run
destroy are the methods
born
runnable
running
sleep/blocked
dead are the states
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
difference between byte stream class and character stream class?
What are different data structures in java?
How to change the priority of thread or how to set the priority of thread?
What does provide mean construction?
What is the purpose of lambda expressions?
How does the garbage collector works in java?
What is the difference between abstract classes and interfaces?
What is the function of log?
What is the difference between sleep and wait in java?
What are the drawbacks of singleton class?
How can we make a class virtual?
What is scanner in java?
How to print nodes of a Binary tree?
What is wrapper class example?
Whats the difference between notify() and notifyall()?