if two references are having same hash codes,is that means
those are refering to same object?
Answer Posted / aparna
no.they need not b referin 2 same obj.if 2 references
pointng to same obj then also the hascode may same or maynt
same.its totally depends on JVM.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the enableevents() method in java programming?
What do you mean by checked exceptions?
What is meant by method overriding?
What is implicit object in java?
What is the use of string and stringbuffer?
What is variable and constant explain with example?
Is sizeof a preprocessor?
What is anti pattern in java?
What is object of class in java?
How do you sort arrays in java?
What is pass by value?
Which class cannot be a subclass in java?
Explain about java sdk?
Explain listiterator and methods in listiterator?
Can bool be null?