How does .Net supports HASH MAPPING?

Questions by jabel1121

Showing Answers 1 - 3 of 3 Answers

saranbvn

  • Mar 29th, 2010
 

Hash map is similar to hash table but it will allows null values as keys and objects.
Hashmap is not synchronized one where as hashtable is synchronized.
We use hash map when the data is of like key pair values.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions