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 does singleton mean in java?
What is stack class in java?
What is the locale class in java programming?
Can you access non static variable in static context?
What is string builder?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is the default size of arraylist in java?
How do you write methodology?
What is a string what operation can be performed out with the help of a string?
Does a function need a return?
What is static synchronization?
Which is faster call by value or call by reference?
What is the difference between error and an exception?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What are the two basic ways in which classes that can be run as threads may be defined?