找考题网-背景图
多项选择题

下面数组定义正确的是?()

A.int arr[]=new int[3]
B.int arr[]=new int[3][1,2,3]
C.int [][]x=new int[][]
D.int [][] x=new int[2][]