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
As default implementation hashCode() function in Object class return the memory address as the hash which is used as key in HashTable & HashMap.
hashCode()
Object
HashTable
HashMap