Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between Hash Table and Arrays?

Answer Posted / kanan

Following are some diff.

1) Hash table store data as name,value pair. while in array
only value is store.

2) to access value from hash table, you need to pass name.
while in array, to access value , you need to pass index number.

3) you can store different type of data in hash table, say
int,string etc. while in array you can store only similar
type of data.

correct me if i am wrong.

Is This Answer Correct ?    27 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is unboxing an implicit conversion?

1079


How many kinds of elements an array can have?

999


What is c# most used for?

1019


How can we set class to be inherited, but prevent the method from being over-ridden?

1046


how background thread access to ui control?

1098


For methods inside the interface why can’t you specify the accessibility modifier?

994


How do I do a case-insensitive string comparison?

1154


What is readline c#?

946


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

964


Can I use parseint?

952


What is the difference between method overriding and method overloading?

1007


What is the difference between list and array in c#?

1120


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

1098


How can we sort an array in c#?

962


Does c# replace c++?

1114