-
Create java files to make this code compile and run.
-
What five objects are created in the main?
ArrayList of Dogs, 3 Dogs, and an Animal Comparator
- Can you spot the Comparator constructor call? Where is the class definition for the Comparator? The class definition is directly within the curly braces after the constructor call.