Home > database >  For help, want to hurry, hope to have good people and make a detailed explanation
For help, want to hurry, hope to have good people and make a detailed explanation

Time:11-14

Student management system
Design a Student class Student, including name, age, major, sex,
In the console input student information, and stored in an ArrayList,
Design a ManageStudent class, design methods:
Student getMaxAgeStudent (ArrayList list)
Student getMinAgeStudent (ArrayList list)
Int getMaleNum (ArrayList list)
Int getFemaleNum (ArrayList list)
ArrayList GetClassLeaders (ArrayList list)
Design a map:
Map SetLover (Student Student, Student Ta_lover)
This map will be stored in each student's boyfriend/girlfriend
2. Complete information display through the JSP page: for example:
Input: write four input page to input student information database,
To complete the add or delete check page instead of writing
The JSP application must use classes in the topic,

CodePudding user response:

Boyfriend/girlfriend is not just a student, also can be a teacher, workers, farmers, and determine the ArrayList?
  • Related