Saved Bookmarks
| 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» | |