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 type nullable c#?

527


Is arraylist thread safe?

495


What is the xml document structure?

483


Differentiate between method overriding from method overloading with its functionality?

548


How do I do implement a trace and assert?

570






What is the difference between int.parse and int.tryparse methods?

570


write a program to find the biggest palindrome in the given string

553


Is class reference type c#?

542


Why do we need constructor?

495


What is difference between a function and a method?

501


What is the benefit of delegate in c#?

502


What is difference between gridview and form view?

545


How to use exception handling in stored procedure?

548


What are value types in c#?

508


Can abstract class instantiated c#?

508