What is the difference between Hash Table and Arrays?
Answer Posted / senthil kumar
Both the hash table and arrays is used to store the
element.hash table is derived from the collection base
class.array is the base class of system.object.array is
reference type.which is identified with the position of
array for both insertion and retreival.but the hash table
is stored the data with unique key which helps to refer the
data.
if it is right ok! other wise correct me.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
What is a generic c#?
What is ilist c#?
What's the difference between the debug class and trace class? Documentation looks the same.
windows c# using datagridview in edit form sql server
What is a generic method?
How do you create user defined data types in c#?
What is the default value of decimal in c#?
What is argument in c#?
Give an example of a directcast.
What is disconnected data architecture in c#?
What is tuple in c#?
What is data adapter in c#?
Which namespace is required to implement trace ?
What is sqlconnection in c#?
Why do we need to call CG.SupressFinalize?