In fact, what you are talking about should be an object reference. The object is actually the part of new. The object reference is the name of the assigned object.
The difference between objects and variables:

The object is new, you can think that the new is an object, and the one that is not new is not an object. The object contains all the methods, variables, and constants in your new class, which can be referenced by the...