- A Reference variable simply contains a memory address and not the object itself.
-When you assign one reference variable to another, you are only copying the memory address stored in one variable to another.
-You are not making a copy of the actual abject referred to by the variable.