单项选择题

代码:int[][]arr={{1,2,3},{4,5,6}};System.out.println(arr.length);请问控制台打印输出什么?()

A.2
B.3
C.4
D.5