文件名称:StudentTest
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 1次
- 提 供 者:
- 徐**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
/*(1) 定义一个Java类来表示学生信息,类名为Student ,包含属性有:int类型的id(学号)、String类型的name(姓名)、double类型的grade(成绩)和int类型的age(年龄)。
(2)编写一个StudentTest类来创建并使用一个或多个Student对象,要求输出:
学号 姓名 成绩 年龄
1 张三 89 20
2 李四 98 21
(3) 修改学生类,将各个属性改为private类型的,然后添加相应的get和set方法用来获得和设置属性,然后修改StudentTest类通过get和set方法获得和设置属性。
(4) 为学生类添加带参数的构造函数以便用户初始化对象的数据。*/-Define a Java class, Student information that Student named, contains attributes are: the id (int type), and the type of Student id name moves (name), double type of grade (int), and the type of age-related damage (age).
(2)编写一个StudentTest类来创建并使用一个或多个Student对象,要求输出:
学号 姓名 成绩 年龄
1 张三 89 20
2 李四 98 21
(3) 修改学生类,将各个属性改为private类型的,然后添加相应的get和set方法用来获得和设置属性,然后修改StudentTest类通过get和set方法获得和设置属性。
(4) 为学生类添加带参数的构造函数以便用户初始化对象的数据。*/-Define a Java class, Student information that Student named, contains attributes are: the id (int type), and the type of Student id name moves (name), double type of grade (int), and the type of age-related damage (age).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StudentTest.java