MultiReferenceVariable
DRAFT

Misconception:

A reference variable can refer to more than one object.

Incorrect

A reference variable can point to multiple objects

Correct

Correction
Here is what's right.

A reference variable can only point to no object (null) or to exactly one object at any given point in time.

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.