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 is anonymous class in c#?

718


What is state c#?

637


Why do we need singleton class in c#?

747


Explain Constructor and destructor?

749


Explain dataadapter.update method in .net?

763


What are the properties of c#?

708


Explain the concepts of cts and cls(common language specification).

756


What is multicast delegate explain with example?

698


Explain the accessibility modifier protected internal?

674


What is yield c#?

667


Is string nullable in c#?

711


What is console used for?

779


What is difference between internal and protected internal in c#?

706


What is main thread in c#?

708


What is default method in c#?

733