1.

Is this is the valid declaration of the array in Java.int arr_name[][] = new int[][] {new int[] {10, 20, 30 ,40};new int[] {50, 60, 70, 80, 90, 100};new int[] {110, 120};};TrueFalse

Answer»

EXPLANATION:

FALSE

PLEASE MARK me as BRAINLIST



Discussion

No Comment Found