how to sort element of arraylist in Java code example Example: how to sort arraylist Collections.sort(coll); -> helps sort an arraylist.