Cisco Systems Interview Question
369 Interview Reviews |
Back to all Cisco Systems Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer II at Cisco Systems:
equals(), hashCode() in Java
See more for this Cisco Systems Software Engineer II Interview
Helpful Question?
Yes |
No
Inappropriate?



0 of 0 people found this helpful
by Maya:
hashCode() is a number that will represent the object and will be used in hash table. if two objects are equal they will have the same hashCode, but two not equal objects can still get the same hashCode .