Thread.isDaemon

Thread.isDaemon

Class Overview | Class Members | This Package | All Packages

Syntax
public final boolean isDaemon()
Returns
true if this thread is a daemon thread; false otherwise.
Description
Tests if this thread is a daemon thread.

See Also
setDaemon