What is an ArrayList?

 Posted by Raja on 4/16/2008 | Category: C# Interview questions | Views: 12960
Answer:

ArrayList is a dynamic array. Elements can be added & removed from an arraylist at the runtime. In this elements are not automatically sorted.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Vivekjj on: 10/5/2012 | Points: 10
array is an collection of similar data items

Login to post response