References can point into the stack
References can only point into the heap
A reference in Java refers to objects on the heap. In Java one cannot refer to data on the stack.