arrayList.add(element): A method that adds an element at the end of the ArrayList.
arrayList.remove(index): A method that removes the element at the specified index from the ArrayList.
arrayList.clear(): A method that removes all elements from the ArrayList, making it empty.