Q23
Which method is used to add an element to the end of an ArrayList in Java?
A.
addElement()
B.
insertElement()
C.
append()
D.
add()
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board