9
answers
0
watching
259
views
23 Aug 2018
21. What prints in the following question. int[] [] x = { { 1, 2, 3} , {4, 5}, {6, 7}}; x[0] = new int [4]; System.out.println(x.length); (A) 3 (B) 8 (C) 7 (D) There is a compiler error. (E) 2
21. What prints in the following question. int[] [] x = { { 1, 2, 3} , {4, 5}, {6, 7}}; x[0] = new int [4]; System.out.println(x.length); (A) 3 (B) 8 (C) 7 (D) There is a compiler error. (E) 2
29 Jun 2023
akunuru639Lv10
28 May 2023
Already have an account? Log in
miopicdreamLv3
21 Jul 2022
Already have an account? Log in
Keith LeannonLv2
26 Aug 2018
Already have an account? Log in