How can you sort a ArrayList?
By creating an implementation of the java.lang.Comparable interface.
java.util.Collections.sort()
java.utils.Arrays.sort()
By creating an implementation of the java.lang.Comparator interface.