![]() |
JAVA EXAMPLE PROGRAMS |
Publish Your Article Here
|
|
|
Knowledge Centre
What is daemon thread?
Daemon thread is a low priority thread. It runs intermittently
in the back ground, and takes care of the garbage collection
operation for the java runtime system. By calling setDaemon()
method is used to create a daemon thread.
Famous Quotations
It is easier to fight for one’s principles than to live up to them.
-- Alfred Adler
|
Reference: Java™ Platform Standard Ed. 7 - API Specification | Java™ Platform Standard Ed. 8 - API Specification | Java is registered trademark of Oracle. |
Privacy Policy | Copyright © 2019 by Nataraja Gootooru. All Rights Reserved. |