问题描述:
[多选]
下面哪些会产生二维数组()
A.int a[][] = new int[][]
B.int a[10][10] = new int [][]
C.int [][]a = new int [10][10]
D.int a[][] = new int[10][10]
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.42)
- 热门题目: 1.下列方法中,属于Applet 2.在Java中不存在的布局方式 3.set collection
