What Does “Static” Mean in Java?
Static is a keyword (meaning that it has a special meaning for the compiler), meaning that members of a class (a variable or a method) belong to the class itself.
This means that you don't need to create an object to access a class member.
To be more...
techwithmaddy.com7 min read
Anakhe Ajayi
Java | Thinker | Writer | Speaker
All about static keyword. Great article!