ReferenceIntoStack
DRAFT
Observed

ReferenceIntoStack
Incorrect

References can point into the stack

Correct

References can only point into the heap

Correction
Here is what's right.

A reference in Java refers to objects on the heap. In Java one cannot refer to data on the stack.