❮ Java Keywords
staticDefinition and Usage
The static keyword is a non-access modifier used for methods and attributes. Static methods/attributes can be accessed without creating an object of a class.
Related Pages
Read more about modifiers in our Java Modifiers Tutorial .
❮ Java Keywords