assignment_1.java - Create a java program that enters the details of 10 students by creating a class student. The details entered are Rollno, Name, Phone number, age and CGPA. Display the name of the student with the highest CGPA. Display the phone number of the student whose name is ‘ANU’. Display the Rollno of the youngest student in the class.
assignment_2.java - Create a form using swing components which displays the details of students (name,age, address) extracted from the database. The contents extracted should be displayed in the textfield components in the corresponding form.