Remove an Item • To remove an element, use the remove() method and refer to the index number: • To remove all elements in arraylist, you can use clear() method