Java Classes Question:
The new operator dynamically allocates ________ for an object and returns a reference to it.
A) Classes
B) Variables
C) Memory
D) None of the Above

Answer:
It always allocates memory...