Java   View all facts   Glossary   Help | 
| type > reference type > class type | 
| class type comparison table | |||||
| Subject | has definition | is a subtopic of | is a synonym of | is a kind of | is partitioned into | 
|---|---|---|---|---|---|
| reference type | 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 stored | Variables and Data Types | non-primitive type | type | array type, class type , interface type | 
| class type | A reference type that is defined by a class, i.e. its values are the class instances | Classes | reference type | 
Next reference type: interface type     Up: reference type    Previous reference type: array type