Answer by
DrHarris (508)
Java does not use pointers the way C++ or C does. Each Class instance is internally represented by a pointer to a memory location, but there is nothing special you need to do in order to access it. Simply name the class and variable name, and use it. No pointers.