Question 1:

Fill in the blank to add a new String to the ArrayList.

ArrayList<String> list = new ArrayList<String>();
list.______("entry 1");