what is foreach loop in java explain with example Example: foreach java for (String name : names) { System.out.println(name); }