Java   View all facts   Glossary   Help
type > reference type
Next typereturn type of overriding method    Uptype    Previous typeprimitive type   

reference type
(non-primitive type)
subjectfact 
reference typeis a synonym of non-primitive type2001-10-19 11:37:30.0
has definition A type where a variable of that type evaluates to the address of the location in memory where the object referenced by the variable is storedadded by: DS, reference: Source 2, 2001-10-19 11:37:48.0
evaluates to the address of the location in memory where the object referenced by the variable is storedadded by: JK, 2001-10-19 11:37:48.0
has default value null - a value that indicates that there is no instance assigned to the variableadded by: JK, source: On To Java, 2001-10-19 11:37:48.0
has name starting with a capital letter    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:48.0
is a subtopic of Variables and Data Types2001-10-19 11:37:48.0
is partitioned into array type, class type , interface typeadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:48.0
is a kind of typeadded by: JK, 2001-10-19 11:37:48.0
typelimits the possible values that a variable can hold or that an expression can produce at run time2001-10-19 11:38:10.0
specifies a set of value2001-10-19 11:38:10.0

Kinds of reference type :