单选题 给出下列代码,则数组初始化中哪项是不正确的? ( )
byte[ ]array1,array2[ ];
byte array3[ ][ ];
byte[][] array4;

【正确答案】 A
【答案解析】