Which method can be used to sort a list in **ascending** order?
sort()
asList()
Collections.sort()
orderBy()

Programming Languages Exercises are loading ...