Kizspy | Question: 34 (Choose 1 answer)
Which of the following statements is used to get the size of a one-dimensional array in Java? Assume that array is given by this statement: int[] arr = new int[100];
A. arr.length
B. arr.length()
C. arr.size
D. arr.size()