Java Program to sort objects using Comparable Interface

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at a Java Program to sort objects using Comparable Interface. Consider a Student object having properties like rollno, name and marks. We will try to sort the objects based on rollno and name. Below is the Student class definition: [crayon-662e4a3fadf02589122365/] The Student class needs to … Continue reading Java Program to sort objects using Comparable Interface