• 2021-04-14
    Given:
    1. byte [] arry1, array2[];
    2. byte array3 [][];
    3. byte[][] array4;
    If each array has been initialized, which statement will cause a compiler error?