Home » JAVA Programming » Multithreading » Question
  1. What does not prevent JVM from terminating?
    1. JVM Thread
    2. Process
    3. Daemon Thread
    4. User Thread
    5. None of these
Correct Option: C

Daemon thread runs in the background and does not prevent JVM from terminating. Child of daemon thread is also daemon thread.



Your comments will be displayed only after manual approval.