Which of the following is a correct way to declare a multidimensional array in Java? Q & A › Which of the following is a correct way to declare a multidimensional array in Java? 0 Vote Up Vote Down Admin Staff asked 4 years ago 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) int[[]] arr; Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago c) int[][]arr; Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...