Posted By:
Simon_Ablett
Posted On:
Tuesday, December 11, 2007 10:57 AM
Object references in Java are ostensibly pointers but with a little more protection wrapped around them. True pointers are not in Java because they were a constant source of mis-use and abuse in languages such as C/C++.