Next:
Loop Through an ArrayList
Up:
Remove ArrayList Elements
Previous:
Using removeAll() method
Contents
Using
clear()
Method
We can also use the
clear()
method to remove all elements from an array list. For example,
Output