---
title: "What is Garbage Collection?"  
description: "What is Garbage Collection?"  
author: "Anonymous User"  
published: 2015-04-27  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2451/what-is-garbage-collection  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is Garbage Collection?

Garbage means unreferenced objects. Garbage collection is a process of reclaiming the runtime unused objects.It is performed for memory management

## Answers

### Answer by Anonymous User

Garbage means unreferenced objects. Garbage collection is a process of reclaiming the runtime unused objects.It is performed for memory management


---

Original Source: https://www.mindstick.com/interview/2451/what-is-garbage-collection

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
