Seems your code only adds a single object to the ArrayList, which is placed at index 0. When you try to retrieve index 1, you are trying to access an object at an index in the ArrayList that is not...