Ref: stackoverflow: Initialization of an ArrayList in one line
List<String> places = Arrays.asList("Buenos Aires", "Córdoba", "La Plata");
Ref: stackoverflow: Initialization of an ArrayList in one line
List<String> places = Arrays.asList("Buenos Aires", "Córdoba", "La Plata");