Q28
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board