Answer Posted / banti
Thread has following life cycles:
1.Ready to Run
2.Runnable
3.Running
4.Blocked/Waiting
5.Dead
Once thread is dead there is no way it coming back to
running state.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the states of thread in java?
Can we overload run() method in java?
Explain the importance of join() method in thread class?
Do I need java on my computer?
What do you mean by jjs in java8?
Can we compare two strings in java?
What is meant by class and object in java?
Can we declare a class as static?
define the terminology association.
Explain the differences between abstraction and encapsulation?
Can we have more than one package statement in source file ?
How do you sort in ascending order in java?
When do you get classcastexception?
Is vector synchronized in java?
What is the vector class in java programming?