Example of any background threads
| We can say all the pooled threads are background threads. Background threads Terminate automatically when the applications foreground threads end.Garbage Collector is a background thread. It run until .Net code is running else idle. | |
