That is the output from the toString() method for a int array. If you want to format an array for printing, use this:
System.out.println("an ID "+ java.util.Arrays.toString(theArrayName));