Give us your feedback and let us know how we can improve
Question 1 of 6
Alright, let's get started! š Which of the following is the correct way to declare a 2D array of integers in Java?
int array[][];
int[][] array;
array int[][];
int[ , ] array;