Kizspy | Question: 38
(Choose 1 answer)
Which of the following statements related to inserting a new element into an ArrayList is true?
A. We use the add method to insert a new element into the ArrayList object
B. We cannot insert a new element in the middle of the ArrayList object
C. We cannot insert a new element at the beginning of the ArrayList object
D. We use the put method to insert a new element into the ArrayList object