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

Is c sharp free?

536


Which is better python or c#?

456


What is the use of console readkey ()?

474


who is a protected class-level variable available to?

540


Explain the difference between boxing and unboxing.

532






What are functions c#?

564


Explain About Global.asax

567


Value Type and Reference Type Data type in C#?

547


Is it possible to have different access modifiers on the get/set methods of a property?

512


What is session and cookies in c#?

522


What is datatable in c#?

483


What are some of the commonly used commands in sqlcommand?

488


Explain About .Net remoting

563


Explain the difference between pass by value and pass by reference.

540


What will be the output of the following code?

505