Q. How do you declare a multi-dimensional array in Java? (A) int[][] matrix; (B) int matrix[][]; (C) int matrix[2][2]; (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above