Hi All,
I earlier had an understanding that when we create an object, the object is created on a heap and the reference we create, which points to the object is on the stack.
But recently I read something like: the reference we create does not directly point to the object in the heap, but it points to another memory location on the stack which has the reference to the object on heap.
I am a bit confused

So please help !!
Thanks in advance
- Ankur