States Thread
|
Popularity: (128)
Tags: java thread states Link: Visit It >> |
Threads Thread s... thread is in the New state until the start method is invoked. In this state the thread is not considered alive.Runnab... thread comes into the runnable state when the start method is invoked on it. It can also enter the runnable state from...