多项选择题

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][]