1.

Which of the following is a correct way to declare a multidimensional array in Java?

A. int[][] arr;
B. int arr[][];
C. int []arr[];
D. All of the mentioned
Answer» E.


Discussion

No Comment Found