iterate through array and create object java code example Example: loop an array of objects in java for(Dog d : kennel) { d.bark(); }