Description: The original code of the individual: using java application procedures, the definition of a student class (Student), the properties have private name (name) method of the public age (age) and professional (specialty) and package name attribute: the setName (), getName (written in), getspecialty () Application, create a student object, set the name and age of property value, and then call a method (This method is the object passed as a parameter in the method to print out the name of the student s name and age of age). (Student class only contains static member variables and methods.)
To Search:
File list (Check if you may need any files):
本Java程序设计详细要求.txt
StudentTest.java