1. byte [] arry1, array2[]; 2. byte array3 [][]; 3. byte[][] array4; If each array has been initialized, which statement will cause a compiler error? A. Array2 = array1; B. Array2 = array3; C. Array2 = array4; D. Both A and B E. Both A and C F. Both B and C
Consider the statement "byte [] arry1, array2[];" This is same as byte[] arry1; byte[] array2[];
Since the first "[]" is associated with the datatype (byte in this case), it is applicable to all the identifiers that follows (of course they should be comma seperated).
Don't destroy the earth! That's where I keep all my stuff! Including this tiny ad:
Gift giving made easy with the permaculture playing cards