A __<package>__ is a Java language element used to group related classes under a common name.
An object reference variable stores the __<address>__ of an object.
A variable declared in a method is __<local>__ to that method and cannot be used outside of it.
aliases of each other.
appropriate.
If an object has no references to it, a program cannot use it. Java performs __<automatic garbage
A __<wrapper>__ class represents a primitive value so that it can be treated as an object.
The child of one class can be the parent of one or more other classes, creating a class __<hierarchy>__.
An __<abstract>__ class cannot be instantiated. It represents a concept on which other classes can build
their definitions.
on the particular object being referenced at the time.
The messages printed by a thrown exception indicate the nature of the problem and provide a __<method
True/False. The new operator returns a reference to a newly created object.