Friday, December 1, 2006

what is a .NET Hash table

Hash table is a part of collection.

Objects such as array list, sorted list, Hash table comes under System.Collections .
All these are used to store collection of values (of different types say int, string…).

Sorted list and Hash table contains key value pairs. We can retrieve the value of a specified item using the key.

No comments: