单项选择题

以下各选项中能正确声明一个表示50个值为null的字符串数组的是______。

A.strin[]a;
B.string a[];
C.char a[50][];
D.string a[]=new String[50]