I have this list:
List countryList = new ArrayList();
And I want to sort the countries by their name, by usin
Use the built in sort method and make sure you implement comparable on Country