Home » Interview » Technology

Does not overriding hashcode() method has any performance implication ?

Correct Answer: A poor Hashcode() function will result in frequent collision in HashMap which eventually increase time for adding an object into Hash Map

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion