Sorting in Java by multiple fields or multiple column, Interview question , java sorting with Java 8 feature
Github link: https://github.com/suguptayash8/compl...
You have given list of student , each student having list of marks you have to sort student first by their names in ascending order if name is same then by total marks in descending order
コメント