Kizspy | Question: 8 (Choose 1 answer)
What is a correct statement about an array in Java?
A. The array can store elements that are the same data types.
B. The index of the array can be a float or double data type.
C. The size() is a method that returns the number of elements in an array.
D. The array has a dynamic size.