Define Daemon thread

Daemon thread: The daemon threads are non-user threads. They are usually employed to carry out low-priority tasks which must not take priority over the major task of the program. They can be employed to do helpful work whenever all other user threads are blocked. The garbage collector is one illustration of the daemon thread.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.