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 difference b/w Generic List and Arraylist, Generic
List Vs HashTable, Generic List Vs No Generic? Pls Explain
with example.

Answer Posted / debshankar bhattacharjee

Array List
1.Size/length of Array List can be increased or decreased
automatically.
2.Array list contains different types in the same array and
at the time of retrieving that value need to cast in
appropriate type.

Generic List:
Type of Generic list deceided at the time of compile and in
one generic list , we can include only any one type of
objects/value.
for example. if we write ,List<int> the this list can
contain only integer value.If we want to insert any string
then another list to be created.

Generic list is more efficient than arraylist

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the application pool?

1004


How we can force all the validation controls to run?

1038


What is data binding in asp net?

1137


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1983


Explain about Application and Session Events ?

1131


In how many ways we can retrieve table records count?

1101


Which authentication uses a combination of windows and iis authentication?

1138


What’s the difference between asp.net web forms and asp.net mvc?

1239


Can we handle the error and redirect to some pages using web.config?

1713


What is manifest in .net framework?

1067


What is a master page and what does it do?

983


Can viewstate be accessed in another page?

1101


What is the difference between server-side scripting and client-side scripting?

1047


What is the difference between user control and custom control?

995


What are directives in asp.net? List down all the important directives.

990