Which of these best defines a multidimensional array in Java?
int arr[][]
int[] arr[]
Both a and b
int arr(2)(3)
This question is part of this quiz :