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

class type
subjectfact 
class typehas definition A reference type that is defined by a class, i.e. its values are the class instancesadded by: DS, reference: Source 2, 2001-10-19 11:36:25.0
is a subtopic of Classes2001-10-19 11:36:25.0
is a kind of reference type2001-10-19 11:36:25.0
reference typeevaluates to the address of the location in memory where the object referenced by the variable is stored2001-10-19 11:37:48.0
has default value null - a value that indicates that there is no instance assigned to the variable2001-10-19 11:37:48.0
has name starting with a capital letter    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