Is there a better API or library to get all countries
Hi,
I have written a java class to get all countries as follows. However, I need an optimized way of getting allcountries from a java library. Please suggest me a open source solution for this.
public class countries{
public static String[] WorldCountry=new String[]{"Abkhazia","Afghanistan","Akrotiri and Dhekelia","Åland Islands","Albania","Algeria","American Samoa","Andorra","Angola","Anguilla",
"Antigua and Barbuda","Argentina ","Armenia ","Aruba","Ascension Island",………………….
Thanks,
James








