Click here to Skip to main content
15,919,245 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is the Diff b/w data dictionary and hash table?
Please explain breifly...
Posted
Updated 25-Jun-12 4:40am
v3

it was generic list,basically which is used to store keyvalue,
hashtable is nongeneric list
 
Share this answer
 
The dictionay is a hash table that is type-safe. That means it is generic and you don't need to cast the values that is drawn out.
 
Share this answer
 
Dictionary is maintained in key value pair, pass key get value, where as hash table is based on Hash key, the key is hashed and stored, internally item are kept according to algorithm of Hash table
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900