Vidyalelo
Java Programming · Q18

Array

Programming · Java Programming · question 18

Q18

Which of the following is true about the size of an ArrayList in Java?

A.
The size is fixed and cannot change.
B.
The size can only increase but not decrease.
C.
The size can change dynamically.
Answer
D.
The size is determined by the length of the elements.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board