Java View all facts Glossary Help |
syntactic unit > definition > variable definition > class variable definition |
class variable definition comparison table |
Subject | have purpose | has example | is a kind of | contain | is a subtopic of |
---|---|---|---|---|---|
variable definition | to define a variable | definition | Variables and Data Types | ||
class variable definition | to define a class variable | static int num_circles = 0; | variable definition | the keyword static | Members |
Next variable definition: instance variable definition Up: variable definition