A

Admin • 828.03K Points
Coach

Q. Which of the following best describes a daemon thread?

  • (A) It cannot be interrupted
  • (B) It runs in the background and does not prevent JVM from exiting
  • (C) It has higher priority than normal threads
  • (D) It is the main thread of execution

Explanation by: Admin
Daemon threads run in the background and the JVM exits when only daemon threads are running.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.