Integer [] myarray = new Integer[1000]; for (int i = 0; i < 1000; i++) myarray[i] = new Integer(i);
Answer
Page-10 Prev Next Page+10