Student Management
Student Management
Program Specifications
A student information consists of ID, Student Name,Semester, Course Name (There are only three courses: Java, .Net,
C/C++). The program allows use to create list of student, update/delete student information. On the other hand, use can
search student(s) and sort result by student name
(Please choose 1 to Create, 2 to Find and Sort, 3 to Update/Delete, 4 to Report and 5 to Exit program).
2. Function details:
Technical Requirements
1. Using Object-Oriented programming style
2. Use only core Java functions and classes.