In java, what is the difference between a HashSet and HashMap....?
- by SpikETidE
Apart from the fact that hashSet does not allow duplicate values, what is the difference between a HashMap and Hashset...?
I mean implementaion wise.....? It's a little bit vague because both use hash table to store values.....