What does not prevent JVM from terminating?
(a) Process
(b) Daemon Thread
(c) User Thread
(d) JVM Thread
I have been asked this question in an international level competition.
My question comes from Multithreading topic in chapter Multithreading of Java