Java View all facts Glossary Help |
syntactic unit > access unit > variable > variable declared as primitive data type |
variable declared as primitive data type comparison table |
Subject | refer directly to | is a kind of | has definition | is partitioned into | contain |
---|---|---|---|---|---|
variable | access unit | An item of data named by an identifier | member variable, local variable, formal parameter | only values that are of the same type as the variable or a subtype of the variable's type | |
variable declared as primitive data type | its value | variable | object in the sense that its contents is not an instance of any class |
Next variable: variable with no access modifier Up: variable Previous variable: variable declared as a non-primitive data type