Which best describes what the new keyword does?
C.
The new keyword is used to call the constructor for a class and instantiate an instance of the class.
A primitive cannot be created using the new keyword.
Dealing with references happens after the object created by new is returned.