create array of numbers in java code example Example: how to crate an array of integers in java int[] intArray = new int[]{ 1,2,3,4,5,6,7,8,9,10 };