Vidyalelo
Java Programming · Q19

Threads

Programming · Java Programming · question 19

Q19

In Java, what is a daemon thread?

A.
A thread that runs in the background and does not prevent the program from exiting
Answer
B.
A thread that is always in a waiting state
C.
A thread that cannot be interrupted
D.
A thread that runs on a separate CPU

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board