Answer Posted / sheetal sikarwar
hash code is integer value that is return by JVM. when we
compare object by equals() method then this will return
hash code value of object. if this value is same that means
object's memory location is same. that meand object is same.
when we are saving object in HashSet, HashMap and HashTable
then this object will save by Dictonary class. this
Dictonary class is Abstact class that save object with hash
code value.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is a conditional equation?
What is basic syntax?
Why java is considered dynamic?
How do I type unicode?
Is it possible to override the main method?
What are the benefits of operations?
Why we cannot override static method?
What is the maximum size of a string in java?
How do you convert string to int in java?
What does string intern() method do?
Is string a class in java?
What is the old name of java?
How do you define a method?
Why map is used in java?
What are the restrictions imposed by a Security Manager on Applets?.