赞题库-背景图
单项选择题

定义一个表示10个值为null的字符串数组,下面选项正确的是 ____

A.String[]a;
B.String a[];
C.chara[10][];
D.String a[]=new String[10];