Java   View all facts   Glossary   Help
syntactic unit > access unit > variable > pointer > object reference > named object reference
Next object referenceunnamed object reference    Upobject reference    Previous object referencevariable reference   

named object reference comparison table
Subject refer to declare by have be have scope is a kind of is a subtopic of cascade you have syntax rule have purpose destroy in access by have access modifier has part have access mode represent contain be not accessible
nulla class or an object or a primitive datumgiving the data type followed by the name of the variablea typea label for a chunk of memory that holds the memory address for a chunk of memory that holds and instance named object referenceVariables and Data Typesprepend a class or package names to a reference with the character '.'
bold = mandatory
italic = non-terminal
normal font = optional
to refer to an object indirectly so the object may be moved or reclaimedthe block where it is declaredother variables and methods in any class in the same package by defaultvalue an invalid or uncreated objectonly values that are of the same type as the variable or a subtype of the variable's typeto the programmer except for the equals method

Next object referenceunnamed object reference    Upobject reference    Previous object referencevariable reference