Skip to content

crnishant/CISC275-Spring2019-first-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC275-Fall2018-first-git

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

  2. What five objects are created in the main?

  • ArrayList of dogs
  • Dog named Fido with 4 legs
  • Dog named Fido with 3 legs
  • Dog named Alfie with 4 legs
  • Comparator for Animal
  1. Can you spot the comparator constructor call? Where is the class definition for the comparator? The comparator constructor call is an argument within the Collections.sort() call. The class definition for the comparator is within the constructor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages