What is ArrayList

Q

What is ArrayList ?

✍: Guest

A

Array is whose size can increase and decrease dynamically. Array list can hold item of different types. As Array list can increase and decrease size dynamically you do not have to use the REDIM keyword. You can access any item in array using the INDEX value of the array position.

2007-10-23, 5381👍, 0💬