CISC275-Fall2018-first-git

  1. Create java files to make this code compile and run.

  2. What five objects are created in the main? 3 dogs, an ArrayList, and a Comparator

  3. Can you spot the comparator constructor call? Where is the class definition for the comparator? | new Comparator(), the class definiteion is in java.util.Comparator