Which method adds an element to the end of a list in Java?
insert(element)
add(element)
put(element)
push(element)