Sunday, June 14, 2009

What is ArrayList ?


  • Array is whose size can increase and decrease dynamically.
  • Array list can hold item of different types.
  • You can access any item in array using the INDEX value ofthe array position.

No comments:

Post a Comment