<<< Primitive and Object Reference Variables | Index | Constructors >>> |
Primitive type variables directly store data in allocated memory space
Reference variables store the address of the object containing the data
An object is an instance of a class
The operator "new"
instantiates an object in memory
invokes object's class constructor
<<< Primitive and Object Reference Variables | Index | Constructors >>> |