import java.util.Arrays; int[] myArray = new int[10]; Arrays.fill(myArray,1);//This will fill the array with 1s