Click here to Skip to main content
15,885,244 members
Articles / Programming Languages / Visual Basic

What is the Difference between ArrayList and List Class?

Rate me:
Please Sign up or sign in to vote.
4.92/5 (28 votes)
21 Dec 2014CPOL2 min read 182.8K   17  
ArrayList is a non-generic collection class and resides in System.Collection namespace whereas List is a generic class and resides in System.Collections.Generic namespace

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
13+ Years of Experience. Seen death and rise of various technologies. Started with VB - 6.0 back in 2004, then updated to .NET somewhere in 2008. used Win Forms, ASP.NET Web Forms. Switched to ASP.NET MVC in 2013 for very short time. Right now using ASP Core since 2015 when it was in RC 1.

Comments and Discussions