What is Hash Code in Java

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.