Since I\'m just starting with JAVA, I\'m curious what is the best option for implementing sorting in JAVA (for ArrayLists). Below I provide my PHP code.
public i
Collections.sort(a);
Sources: Sorting an ArrayList