Package java.lang
Class Thread

Public Method isDaemon

final boolean isDaemon()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Check if this thread is a deamon thread. A deamon thread is a thread that provides background services to other user threads. It will be automatically terminated when all user threads died.