I came across following statement. How is that possible that two things reside at same address i.e. actual variable and reference variable have same memory address?
Regardless of how a reference is implemented, a reference has the same memory address as the item it references.