What is Hash Code in Java?

Answer Posted / srikanth

HashCode is an integer value which refers the memory location of the Object.if there is any need to compare two objects it will done by the memorylocation of that object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is java type safe?

713


Differentiate between nested and inner class in java.

747


What does file separator do in java?

713


How do you change an int to a string?

729


Explain how to force the garbage collection in java.

699


Is null a string?

745


Does string is thread-safe in java?

774


What is the difference between choice and list?

796


How do you remove duplicates from an array in java?

697


Can we declare a static variable inside a method?

722


If two threads have same priority which thread will be executed first ?

1102


How to implement a multithreaded applet?

2401


What is the purpose of format function?

815


Is it possible to instantiate the abstract class?

712


Can we clone singleton object?

762