Hash code is nothing but byte code. The byte code produced in Java is independent of architecture. We can run this byte code in any platform. By this we can say that Java is platform independent.
Login to rate this answer.
rajesh
Answered On : Feb 28th, 2012
At the time of creating object constructor will be execute it will tell the size of memory to the JVM and JVM will tell to the heap manager and heap manager will create the memory at that time heap manager will create one unique id is called hash code
Login to rate this answer.