Identify two benefits of using ArrayList over array in software development.
A.
reduces memory footprint
B.
implements the Collection API
C.
is multi.thread safe
D.
dynamically resizes based on the number of elements in the list
Identify two benefits of using ArrayList over array in software development.
Identify two benefits of using ArrayList over array in software development.
A.
reduces memory footprint
B.
implements the Collection API
C.
is multi.thread safe
D.
dynamically resizes based on the number of elements in the list