Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Objects And Databases International Symposium Sophia Antipolis France June 13 2000 Revised Papers Lncs 1944

Authors: Klaus R. Dittrich ,Giovanna Guerrini ,Isabella Merlo ,Marta Oliva ,M. Elena Rodriguez

2001st Edition

3540416641, 978-3540416647

More Books

Students also viewed these Databases questions