Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Ce afișează următorul cod?
int[][] matrix = new int[3][3];System.out.println(Arrays.toString(matrix));
int[][] matrix = new int[3][3];
System.out.println(Arrays.toString(matrix));
[[I@some_hashcode,[I@some_hashcode, [I@some_hashcode]
[[I@some_hashcode,
[I@some_hashcode, [I@some_hashcode]
[0,0, 0]
[0,
0, 0]
[null,null, null]
[null,
null, null]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!