int a[]= new int[ 10];
Both of them are ok ~
If you know the specific item of the element, you can also int[]a = {0, 2, 3, 4, 5, 6, 7, 8, 9, 0};