Java View all facts Glossary Help |
type > reference type > class type |
class type | ||||
subject | fact |
class type | has definition A reference type that is defined by a class, i.e. its values are the class instances | |
is a subtopic of Classes | ||
is a kind of reference type | ||
reference type | evaluates to the address of the location in memory where the object referenced by the variable is stored | |
has default value null - a value that indicates that there is no instance assigned to the variable | ||
has name starting with a capital letter | ||
type | limits the possible values that a variable can hold or that an expression can produce at run time | |
specifies a set of value |