Join ExamsbookAnswer :
Does not overriding hashcode() method has any performance implication ?5
Q: Does not overriding hashcode() method has any performance implication ?
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
A poor Hashcode() function will result in frequent collision in HashMap which eventually increase time for adding an object into Hash Map.



