Sunday, 28 April 2013

What’s a HashTable ? | C#.Net Interview Questions

You can access array using INDEX value of array, but how many times you know the real value of index. Hashtable provides way of accessing the index using a user identified KEY value, thus removing the INDEX problem.

No comments: