Answer Posted / srikanth
hashCode() method returns integer no assigned by jvm
ie ...it is for identifying objects in heap memory very
fastly
equals() it is for comparing addreess of objects
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Where is core java used?
Can we change the scope of the overridden method in the subclass?
Which number is denoted by leading zero in java?
What is xslt in java?
Can we sort set in java?
Explain about instanceof operator in java?
What is constant in programming?
What is bytecode verifier?
What do you mean by garbage collection used in java?
What does three dots mean in java?
What’s the difference between applets and standalone program?
What is threaded programming and when is it used? : Java thread
What is the technique adopted to create an immutable class?
Why is String immutable?
Difference between stack and queue?