जॉइन Examsbookउत्तर :
Does not overriding hashcode() method has any performance implication ?5
प्र: Does not overriding hashcode() method has any performance implication ?
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर :
व्याख्या :
A poor Hashcode() function will result in frequent collision in HashMap which eventually increase time for adding an object into Hash Map.

