0 votes
in JAVA by
When do we use the Array list?

1 Answer

0 votes
by

When do we use the Array list?

Whenever there is a need for random access of elements in java we use ArrayList. Get and set methods provide really fast access to the elements using the array list.

...