Question
Which of the following are true?
- A. The JVM runs until there is only one daemon thread.
- B. The JVM runs until there are no daemon threads.
- C. The JVM runs until there is only one non-daemon thread.
- D. The JVM runs until there are no non-daemon threads.
D.
Note
The JVM runs until there are no more non-daemon threads.
PreviousNextRelated