How to access memory location in Java?
- by Abhishek Jain
Is it possible that we can access memory location in Java directly or indirectly?
If we tries to print a object, it will print hashcode. Does hashcode signify indirectly to memory location?
For two object at different memory location but still their hashcode can varies.
-Abhishek