Thread.isAlive
Class Overview | Class Members |
This Package |
All Packages
public final native boolean isAlive()
Returns
true if this thread is alive;
false otherwise.
Description
Tests if this thread is alive. A thread is alive if it has
been started and has not yet died.