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 callback c#?
What is difference between a type and class?
What is default parameter in c#?
What is as keyword in c#?
What is string programming language?
What is the use of properties window?
Why are strings immutable in c#?
Why to use “finally” block in c#?
What are the commonly used i/o classes?
What are the 2 kinds of data type conversions in c#?
What is the default value of guid in c#?
What is interpolation in programming?
What is concrete class in c# with example?
What is property in c#?
Is namespace a class?