List<String> zoom = new ArrayList<>(); zoom.add("String 1"); zoom.add("String 2"); for (String z : zoom) { System.err.println(z); }