ThreadGroup.isDaemon
Class Overview | Class Members |
This Package |
All Packages
public final boolean isDaemon()
Returns
true if this thread group is a daemon thread group;
false otherwise.
Description
Tests if this thread group is a daemon thread group. A
daemon thread group is automatically destroyed when its last
thread is stopped or its last thread group is destroyed.