---
title: "What kind of thread is the Garbage collector thread?"  
description: "What kind of thread is the Garbage collector thread?"  
author: "Anonymous User"  
published: 2012-06-13  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1480/what-kind-of-thread-is-the-garbage-collector-thread  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What kind of thread is the Garbage collector thread?

It is a daemon thread.

## Answers

### Answer by Anonymous User

It is a daemon thread.


---

Original Source: https://www.mindstick.com/interview/1480/what-kind-of-thread-is-the-garbage-collector-thread

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
