Question: 41
(Choose 1 answer)
Which of the following statements related to removing an element in an ArrayList is true?
A. The remove method will return the deleted value for the user.
B. The remove operation will raise an exception if the element does not exist in the ArrayList
C. The remove method will return the integer value after removing.
D. All of the others