Reimplement Exercise E15.4 so that the keys of the map are objects of class Student. A

Question:

Reimplement Exercise •• E15.4 so that the keys of the map are objects of class Student. A student should have a first name, a last name, and a unique integer ID. For grade changes and removals, lookup should be by ID. The printout should be sorted by last name. If two students have the same last name, then use the first name as a tie breaker. If the first names are also identical, then use the integer ID. Use two maps.

Data from exercise E15.4

Supply compatible hashCode and equals methods to the BankAccount class of Chapter 3. Test the hashCode method by printing out hash codes and by adding Bank Account objects to a hash set.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: