Home > Data structure and algorithms > Data structure and algorithms > Arrays and ArrayLists Show previous contentTry this exercise. Fill in the missing part by typing it in.To add elements to an ArrayList, we can use the _______() method. This method appends the specified element to the end of the list.Write the missing line below.SubmitReveal answer Show following content