ArrayList countryList = new ArrayList(); countryList.add("United States"); countryList.add("Chile"); countryList.add("Belch Forest"); countryList.add("Costa Rica"); countryList.add("Ceylon"); return countryList;