---
title: "What about the daemon threads?"  
description: "What about the daemon threads?"  
author: "Anonymous User"  
published: 2015-05-07  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/2493/what-about-the-daemon-threads  
category: "java"  
tags: ["java", "thread"]  
reading_time: 1 minute  

---

# What about the daemon threads?

The daemon threads are basically the low priority threads that provides the background support to the user threads. It provides services to the user threads.

## Answers

### Answer by Anonymous User

The daemon threads are basically the low priority threads that provides the background support to the user threads. It provides services to the user threads.


---

Original Source: https://www.mindstick.com/interview/2493/what-about-the-daemon-threads

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
