List of utility methods to do Int Array Create
int[] array = new int[length]; Arrays.fill(array, fillValue); return array;