Question: 2.a: Write the Java code for a Vehicle class that implements an accessor method called getEngineSize() that returns an int representing the engine size for
2.a: Write the Java code for a Vehicle class that implements an accessor method called getEngineSize() that returns an int representing the engine size for that vehicle e.g. 1895. Then write a Java program that uses an ArrayList to store a collection of Vehicle 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 Vehicle objects based on their engine size. Finally, use the version of the Collections.sort() method that allows you to pass your own Comparator object to sort the list of Vehicle objects. 12 MARKS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
