Neue int [] in Java mit zugewiesenen Werten
int[] myIntArray = new int[]{1, 2, 3};
Exuberant Elk
int[] myIntArray = new int[]{1, 2, 3};