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 is use of map in java?
What is a programming object?
What are the main features of java?
What is java autoboxing?
What is composition in java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What are the two ways to create a thread?
What is %02d?
What are structs in java?
What is the tradeoff between using an unordered array versus an ordered array?
What is the difference between a break statement and a continue statement?
Why stringbuilder is not thread safe in java?
Why singleton is not thread safe?
Do loops java?
What is a modifier?