i read in one of the books that java does not
implement pointers . i.e i would not be able to access
physical memory address.
But i read that java has an alternative called the
reference to access objects and variables.
what is the essential difference between a pointer
and a reference .