I have read there is no pointer concept in Java, however I have also read several times that this
is a keyword in Java that refers to the current object. I am still confused as to whether this
can be called as a pointer or whether it's not a pointer at all.
If it's not a pointer, how can it refer to an object? How can it keep a reference of the current object? I have read that for C++, this
is a pointer that holds the address of the current object.