单项选择题

以下哪个选项可以正确创建一个二维数组()。

A.new int[2]
B.new int[3][4]
C.new int[3][3][4]
D.new int

热门 试题

判断题