![]() |
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.
|
Daemon thread is the thread that does not prevent JVM from exciting when the program finishes but the thread is still running.
|
All times are GMT -7. The time now is 10:36 PM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.