Examveda
Examveda

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

Answer: Option D


This Question Belongs to Java Program >> Array

Join The Discussion

Related Questions on Array