InterviewSolution
Saved Bookmarks
| 1. |
What Is A Daemon Thread? |
|
Answer» These are the THREADS which can run WITHOUT USER INTERVENTION. The JVM can exit when there are daemon thread by killing them abruptly. These are the threads which can run without user intervention. The JVM can exit when there are daemon thread by killing them abruptly. |
|