Synopsizor interview question

What is static variable in Java?

Interview Answer

Anonymous

Feb 24, 2022

The static variable in Java is variable that can be used to refer to the common property of all objects.