Java   View all facts   Glossary   Help
syntactic unit > access unit > variable > variable declared as primitive data type
Next variablevariable with no access modifier    Upvariable    Previous variablevariable declared as a non-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 unitAn item of data named by an identifiermember variable, local variable, formal parameteronly values that are of the same type as the variable or a subtype of the variable's type
variable declared as primitive data typeits valuevariable  object in the sense that its contents is not an instance of any class

Next variablevariable with no access modifier    Upvariable    Previous variablevariable declared as a non-primitive data type