0
The list has many useful functions and overall benefits over the array.
Yet, many times we'll find ourselves choosing the array due to its simplicity. But sometimes the functions and benefits found in the list are necessary for an impact part of the code, then the ArrayList comes handy to quickly convert the array into a list and apply all the benefits of the list.



