Next:
Sort Elements of an
Up:
Loop Through an ArrayList
Previous:
Using the forEach loop
Contents
Get ArrayList Length
To get the length of the array list, we use the
size()
method. For example,
Output