What is the purpose of hash code in Java?

Showing Answers 1 - 6 of 6 Answers

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.

  Was this answer useful?  Yes

rajesh

  • 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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions