Description: The following requirements define the student class Student: 1) the class description of the student information: name, school, college, professional 2) the class and provide the above information access and setters. 3) to achieve coverage of toString () method, in order to print the output when the input class object. 4) through to achieve comparable interface, define such objects according to the size of the student number of the compareTo () to compare. 5) In the main method, create a class object to represent the above personal information.
To Search:
File list (Check if you may need any files):
StudentTest.java