Styrow.dev
Question 81 of 247
Java Topic: General medium

What is a Class Variable

Question

What is a Class Variable

Answer

These are variables declared with in a class, outside any method, with the static keyword.