if two references are having same hash codes,is that means
those are refering to same object?
Answer Posted / rajender
i agree with anuradha answer.but we can implement hashcode
method.in case of strings they implemented hashcode
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by platform independence? What is an interface?
What does microservices mean?
Explain what access modifiers can be used for variables?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What does percent mean in java?
Is java a security risk?
Why can't you declare a class as protected?
Can java list contain duplicates?
Highest level event class of the event-delegation model?
What are java packages? What's the significance of packages?
What is the purpose of the strictfp keyword?
How can we use primitive data types as objects?
Can a vector contain heterogenous objects?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
How to sort numbers in java without array?