What do you mean by HashMapping
| Hash map is same as hash table but it will allows null values as keys and objects one more feature is Hashmap is not synchronized one but hashtable is synchronized. We can use hash map when data is in form of key pair values. | |
