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


Please Help Members By Posting Answers For Below Questions

What's the difference between the debug class and trace class? Documentation looks the same.

728


What is difference between for and foreach loop in c#?

725


What problem does Delegate Solve?

754


What is a concrete class in c#?

747


In how many ways you can overload a method?

792


What is args c#?

716


What are the types of access modifiers?

687


What is a custom attribute?

657


How is exception handling implemented in c#?

786


Where value types are stored in c#?

703


Explain the top reason to use c# language?

721


Why we use get set property in c#?

701


How to transpose multi-dimensional array?

783


How Do You Convert A Value-type To A Reference-type?

713


Explain the use of virtual, sealed, override, and abstract method?

669