Home / Questions / What is a static variable?
Explanatory Question

What is a static variable?

👁 722 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Class variables also known as static variables are declared with the static keyword in a class, but outside a method, constructor or a block.