Java View all facts Glossary Help |
| syntactic unit > definition > variable definition > class variable definition |
| class variable definition | ||||
| subject | fact | |||
| class variable definition | contains the keyword static | ![]() |
has example static int num_circles = 0; | ![]() | |
| has purpose to define a class variable | ![]() | |
| is a subtopic of Members | ![]() | |
| is a kind of variable definition | ![]() | |
| definition | causes a compiler to set aside memory at compile time | ![]() |
| has part declaration | ![]() | |
| syntactic unit | has syntax rule bold = mandatory | ![]() |