I understand there is a hashing technique is applied to a key to store its value in the memory address.
But I don\'t understand how the collision is happeni
Here Hash does not mean for Hashing techniques such as MD5. Its the HashCode of memory location used to store an Object for a particular key.
Hash
Object
Readings:
This is somewhat more clearer explanation of How HashMap works?