Description: Student management system, the introduction of student information entered via the keyboard, using student number and name lookup students, and to provide at least two ways to student information (at least two students) write to a file, and then read from the file and display the information function . Specific requirements are: 1) the keyboard input class StuKeyInput (support at least Scanner method, using a line of input a student complete information) 2) object serialization method file reading and writing: write file class StuSerialWrite reading file types StuSerialRead 3) other methods to read and write files : Write file types StuWrite reading file types StuRead 4) for 2) and 3) the desired file name in the command line parameter. If the file exists, the file according to append mode for writing. 5) Find a class StuQuery (String key) 6) on StudentException be revised, when there is the file does not exist, does not exist for students of unknown origin and other non-normal situa
To Search:
File list (Check if you may need any files):
StudentsManager\.classpath
...............\.project
...............\.settings\org.eclipse.jdt.core.prefs
...............\bin\studentsManager\Doctor.class
...............\...\...............\Master.class
...............\...\...............\Person.class
...............\...\...............\Student.class
...............\...\...............\StudentException.class
...............\...\...............\StudentMain.class
...............\src\studentsManager\Doctor.java
...............\...\...............\Master.java
...............\...\...............\Person.java
...............\...\...............\Student.java
...............\...\...............\StudentException.java
...............\...\...............\StudentMain.java
...............\bin\studentsManager
...............\src\studentsManager
...............\.settings
...............\bin
...............\src
StudentsManager