---
title: "What is Singleton class?"  
description: "What is Singleton class?"  
author: "Anonymous User"  
published: 2015-06-21  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2644/what-is-singleton-class  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is Singleton class?

Singleton class control object creation, limiting the number to one but allowing the flexibility to create more objects if the situation changes.

## Answers

### Answer by Anonymous User

Singleton class control object creation, limiting the number to one but allowing the flexibility to create more objects if the situation changes.


---

Original Source: https://www.mindstick.com/interview/2644/what-is-singleton-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
