Synopsizor interview question

What is static variable in Java?

Interview Answer

Anonymous

24 Feb 2022

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