1 public class ArrayInitEmpty {2 3 public static void main(String [] args) {4 5 int [] i = {};6 }7 }8