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 data bind in c#?
What are the advantages of using c#?
Are all methods virtual in c#?
Why we use oops in c#?
How to reduce image resolution in C#?
What is xaml in c#?
Is c# front end or back end?
Can an int be negative c#?
How do I create a .exe file?
What is the use of inheritance in c#?
What are custom exceptions?
What is the function of .IsDescendent()?
What is default access modifier for class in c#?
What are the basic string operations? Explain.
Can we declare class as protected?