`list.sort()` vs `Collections.sort(list)` is a gre...
# getting-started
k
list.sort()
vs
Collections.sort(list)
is a great example from the reference I think.