---
title: "What is singleton class?"  
description: "What is singleton class?"  
author: "Anonymous User"  
published: 2015-05-01  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2473/what-is-singleton-class  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is singleton class?

Singleton class means that any given time only one instance of the class is present, in one JVM

## Answers

### Answer by Anonymous User

Singleton class means that any given time only one instance of the class is present, in one JVM


---

Original Source: https://www.mindstick.com/interview/2473/what-is-singleton-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
