• 2021-04-14
    给出下列代码,则数组初始化中哪项是不正确的?
    byte[ ] array1,array2[ ];
    byte array3[ ][ ];
    byte[ ][ ] array4;