when I create an ArrayList like this:
ArrayList Arr = new ArrayList Arr.add(1); Arr.add(3); Arr.add(34); Arr.add(13);
And then