How to access memory location in Java?

Posted by Abhishek Jain on Stack Overflow See other posts from Stack Overflow or by Abhishek Jain
Published on 2010-04-29T08:20:54Z Indexed on 2010/04/29 8:37 UTC
Read the original article Hit count: 494

Filed under:

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

© Stack Overflow or respective owner

Related posts about java