Object addresses!
Hi,
I am using JDK 5.0/NetBeans 4.0 and wondered if there was a way to determine the address of an object as it is in C/C++?
Could I determine the address of an object of a primitive type such as an int, or an address of an object derived from some class? I have no programming need to do this but sometimes displaying object address can help me learn a bit about what is going on behind the scenes!
Regards FamerJo

