Answer : B, C, E and G

Explanation : You can't specify the array dimension in type specification(left hand side), so A and D are invalid. In line 6 the array dimension is missing(right hand side) so F is invalid. Because array is a reference, you can intialize an array with null. so G is valid.