1 public class NewArrayInit {2 3 public static void main(String [] args) {4 int [] a = new int [] { 1, 2, 3};5 }6 }7