单项选择题

下面几种声明数组的方法,错误的有()

A.char chr[]=new char[3]{’A’,’B’,’C’}
B.char chr[]=new char[3]
C.char chr[]={’A’,’B’,’C’}
D.char [][]chr=new char[10][]