Sign In
Register
Friends
     
Home
Articles
Source Codes
Interview Questions
Forums
Survey
Submit Articles
Start Discussion
Invite friends
Archive
Members
Click Here to Sign Up
Resources
Forums
Members
Join Dotnetcodes
DotnetCodes.com is online Discussion Forum for Software professionals . It lets you find friends around the world and Create professional network that share similar interests as you. Get help on ur projects by industry specialists. Also get answers to all ur technical/placement related querries.Get an edge over others.
Already Member
Click here to login
Register For FREE
Top Resources
ASP.net MVC Interview Questions Answers
Interview Questions
Serial Number in SSRS
Articles
Get Started Developing for Android Apps with Eclipse
Articles
How to Print a Crystal Report direct to printer
Articles
Razor View Engine Interview Questions Answers
Interview Questions
.Net framework 4.0 Interview Questions Answers
Interview Questions
SQL server reporting services Interview Questions (SSRS) part 1
Articles
Whats New in ASP.NET 4.0 Part 2
Articles
Difference between Encapsulation and Abstraction
Interview Questions
Explaining SDLC -System Development Life Cycle
Articles
SPIRE PDF Library
Articles
Infosys Interview Questions
Interview Questions
Html5 interview questions and answers
Interview Questions
SharePoint 2010 interview Questions Answers
Interview Questions
Dynamic Menu using HTML List Tag and CSS in ASP.Net
Articles
Submit Articles
|
More Articles..
Arraylist vs Genericlist List in .net 2.0
Posted By:
rakesh
On:
5/15/2012 4:46:34 AM
in:
Articles
Category:
CSharp
Hits:
2800
difference beetween Arraylist and Genericlist List
Previous Article:
ASP.net MVC Interview Questions Answers
Next Article:
Introduction to Generics
Arraylist:
It is like Array of objects.
"System.Collections"
is the Namespace for Arraylist. It automatically added to namespace section in aspx.cs page.
We need not to specify object type arraylist going to contain.
In arraylist each item is stored as object. And return value as object.
It needs to box and unbox the elements.
List<T>:
"System.Collections.Generic"
is the Namespace for List. We need to add this.
We need to specify object type which type of elements it contain.
Ex:
List<string> StrObj=new List<string>();
From the above example StrObj will only store string objects.
It doesn't need.
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus
Previous Article:
ASP.net MVC Interview Questions Answers
Next Article:
Introduction to Generics
User Profile
Rakesh Sinha
Sr. Technical Lead
New Delhi
,
India
Email :You must
Log In
to access the contact details.
Latest Post from :rakesh
Which party you want to vote in Loksabha elections 2019?
View: 748 | Submitted on: 10/12/2018 5:59:06 PM
Response.Redirect vs Server.Transfer
View: 502 | Submitted on: 12/27/2015 2:26:38 PM
The test form is only available for requests from the local machine.
View: 736 | Submitted on: 11/3/2015 9:54:36 PM
Difference between web service WCF and Web API
View: 7809 | Submitted on: 10/28/2015 9:23:51 PM
Which party you want to vote in Delhi assembly elections 2015?
View: 1955 | Submitted on: 12/18/2014 4:19:24 AM
Submit Articles
|
All Post of This User..
Keyword Cloud
.NET Framework
ADO.NET
AJAX
ASP.NET
ASP.NET AJAX
ASP.NET MVC
Azure
Best Practices
BizTalk Server
C++
CSharp
CSS
Error and Resolution
IIS
JAVA
JavaScript
JQwery
JSP
LINQ
Management
ODP.NET
OOPS
Oracle
Others
Pattern and Practices
PHP
SAP
SEO
SharePoint
Silverlight
Sql Server
UML
UNIX
VB
VB.NET
VS 2010
WCF
Web Analytics
Windows Forms
WPF
WWF
XML
XSLT
Advertise
About Us
Private Policy
Terms of use
All rights reserved to dotnetcodes. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks.
Best viewed at 1024 x 768 resolution with Internet Explorer 5.0 or Mozila Firefox 3.5 or Google Crome and higher