Java   View all facts   Glossary   Help
type > reference type > class type
Next reference typeinterface type    Upreference type    Previous reference typearray type   

class type comparison table
Subject has definition is a subtopic of is a synonym of is a kind of is partitioned into
reference typeA type where a variable of that type evaluates to the address of the location in memory where the object referenced by the variable is storedVariables and Data Typesnon-primitive typetypearray type, class type , interface type
class typeA reference type that is defined by a class, i.e. its values are the class instancesClasses reference type 

Next reference typeinterface type    Upreference type    Previous reference typearray type