Question: java 1.a Write a Java program that uses an ArrayList to store a collection of Student objects. Also, write the code for a Comparator class
java
1.a Write a Java program that uses an ArrayList to store a collection of Student objects. Also, write the code for a Comparator class i.e. a class that implements the Comparator interface, that can be used to compare two Student objects based on their course code. The Student class implements an accessor method called getCourseCode() that returns a String representing the course code for that student e.g. 3BCT. Finally, use the version of the Collections.sort() method that allows you to pass your own Comparator object to sort the list of Student objects. 10 MARKS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
