Reference types are special variables that store references to objects, or that store a null reference which refers to no object.
null
This type can hold a reference to an array of primitive types or an array of reference types.
This type can hold a reference to any instance of any class that implements this interface.
This type can hold a reference to an instance of this class or to an instance of its subclass.
All text is available under the terms of the GNU Free Documentation License. (See Copyright Policy for details.)