Which of the following is a correct way to declare a multidimensional array in Java? - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
15 Mar 2019 10:28 AM study24x7 study24x7

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

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles