Q27
Which of the following statements is true about ArrayLists in Java?
A.
ArrayLists can only store primitive data types.
B.
ArrayLists can have duplicate elements.
AnswerC.
ArrayLists are fixed in size.
D.
ArrayLists can only store Strings.
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board