Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) int[] arr;
b) int arr[[]];
c) int[][]arr;
d) int[[]] arr;