Engineering Full Stack Apps with Java and JavaScript
Which of the following are benefits of ArrayList over an array?
Select 1 option
A. You do not have to worry about the size of the ArrayList while inserting elements.
B. It consumes less memory space.
C. You do not have to worry about thread safety.
D. It allows you to write type safe code.