In this tutorial we will see the usage of addAll() method of java.util.ArrayList class. This method is used for adding all the elements of a list to the another list. public boolean addAll(Collection c) It adds all the elements of specified Collection c to the current list. Example In this example we are adding all