Commit 6a87e11a authored by Yakshit Jain's avatar Yakshit Jain
Browse files

Session 1 Problem

parent 5978cc12
......@@ -19,8 +19,8 @@ public class Student
{
ArrayList<Student> listOfStudent = new ArrayList<Student>();
listOfStudent.add(new Student(1,"Ravi",26));
listOfStudent.add(new Student(2,"kant",27));
listOfStudent.add(new Student(3,"kamboj",20));
listOfStudent.add(new Student(3,"kant",27));
listOfStudent.add(new Student(2,"kamboj",20));
// Sort list of student objects on basis of rollNo
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment