Solved

When Two References Point to the Same Object, ________________________________

Question 2

Multiple Choice

When two references point to the same object, ________________________________ .


A) a run-time error will occur.
B) a compiler error will occur.
C) the references are called aliases of each other.
D) the object will be marked for garbage collection.
E) the references are called null references.

Correct Answer:

verifed

Verified

Related Questions