This looks like the toString() method has been called on the array. Try initializing a String array , but don't initialize the indeces and make a call to toString() on that array. You should get a similar result.
Greg