Java   View all facts   Glossary   Help
syntactic unit > keyword > static
Next keywordsuper    Upkeyword    Previous keywordshort^3   

static comparison table
Subject have purpose use is an instance of is a kind of is a subtopic of has definition
keyword   syntactic unit A word that has special meaning in Java
staticto indicate that a variable or method belongs to the class and not to the instancesto mark a class variable or class methodkeyword MethodsA keyword that means a variable or method belongs to the class and not to the instances

Next keywordsuper    Upkeyword    Previous keywordshort^3