bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/Java/Java Reference
Java•Java Reference

Java static Keyword

❮ Java Keywords

static

Definition 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

Previous

Java short Keyword

Next

Java super Keyword