Which of the following is a correct way to declare a multidimensional “Array” in Java?April 3, 2019 Marwa KhanIn Data Structure McqsLeave a Comment on 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