单项选择题

下列语句中错误的是( )。

A.int a[][]=new int[2][];
B.int a[][]=new int[][];
C.int a[][]=new int[2][3];
D.int[][] a=new int[3][2];