Computer Science, asked by kadamsidharth8, 7 months ago

Q11
Which of the following statements is(are) true?



a. ArrayList provides two overloaded remove() method,
b. remove(int index) is a method accept index of the object to be removed,
c. remove(Object obj) is a method accept object to be removed.
d. In case the ArrayList contains duplicates, it will delete the first occurrence of the object
passed as a parameter to the remove() method.
Ob​

Answers

Answered by ikundal237
0

Answer:

a.array

Explanation:

ArrayList provides two overloaded remove()method,.

Similar questions