单项选择题

A.String[][] array = new String[2][3];
B.String[][] array = new String[][];
C.float [][]f=new float[][6];
D.float f[]=new float[6];