how to sort elements of arraylist java code example Example: how to sort arraylist Collections.sort(coll); -> helps sort an arraylist.