Hi,
Question from IBM moc exam.
With respect to User and Daemon threads:
a) Daemon threads can not be destroyed
b) Running User threads prevent a JVM from terminating program
c) Running Daemon threads prevent a
Java VM from terminating program
d) Daemon threads can not be grouped together
e) The JVM can terminate program when only daemon threads are running
Multiple Select - Please select all of the correct answers (this question has 2 correct choices).
Pls anybody can explain me about Daemon threads ?
Thanks
Avi