Java   View all facts   Glossary   Help
type > reference type > array type
Next reference typeclass type    Upreference type    Previous reference typeinterface type   

array type
subjectfact 
array typeis a subtopic of Arrays2001-10-19 11:36:07.0
is a kind of reference typeadded by: DS, 2001-10-19 11:36:07.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