---
title: "What are class variables in java?"  
description: "What are class variables in java?"  
author: "Sumit Kesarwani"  
published: 2014-04-10  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1945/what-are-class-variables-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are class variables in java?

Class variables are global to a class and belong to the entire set of objects that class creates. Only one memory location is created for each variable.

## Answers

### Answer by Sumit Kesarwani

Class variables are global to a class and belong to the entire set of objects that class creates. Only one memory location is created for each variable.


---

Original Source: https://www.mindstick.com/interview/1945/what-are-class-variables-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
