Java View all facts Glossary Help |
syntactic unit > keyword > static |
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 | ||||
static | to indicate that a variable or method belongs to the class and not to the instances | to mark a class variable or class method | keyword | Methods | A keyword that means a variable or method belongs to the class and not to the instances |