Page 1 of 1

About Question enthuware.ocpjp.v7.2.1500 :

Posted: Sun Apr 14, 2013 2:17 pm
by RobynBackhouse
The answers for this question are contradictory.
One says, "A program ends when all non-daemon threads end - Yes, even if daemon threads are running"
and the other correct answer is: "A program ends when all threads end".
Surely "all threads" includes daemons, which the first answer said could still be running..?

Re: About Question enthuware.ocpjp.v7.2.1500 :

Posted: Sun Apr 14, 2013 2:43 pm
by admin
It is true because daemon threads is a subset of all threads but your point is valid. It is making the question too ambiguous. It has now been fixed.

thank you for your feedback!
Paul.