What are Daemon threads
| This is a automatic thread which is stop when nothing is happening means when CPU is idle thread is also idle when CPU is doing something it will start doing for example Garbage Collector is best example for this.
syntax to make a thread Daemon Thread.IsBackground=true |
|
