文件名称:11
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-04-14
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写程序:动物排队
要求:在一队动物里有猫、狗、和马三种不同动物(其顺序、数量和比例是随机的),
现在要求能够让这三种动物站到自己那一类动物的队伍中去。
(备注:写一个基类Animal 里面有一个name,age属性(名字和年龄随机产生)和抽象showInfo方法,
然后用再写子类Dog、Cat、Horse去继承这个基类Animal,再用Animal随机的来实例化20个Dog、Cat、Horse类
存放在一个列表中,创建三个列表,迭代上面的列表,将他们分类添加到自己的列表中并调用showInfo() ,
显示各自是什么动物,名字 年龄。)(5分)
2.编写程序,创建一个HashMap对象,添加10个学生的姓名和成绩:test1:90分;test2:83分.. test10:70分。
接着从HashMap中迭代获取他们的姓名和成绩,然后把test5的成绩改成100分,再次迭代输出他们的信息。(4分)
3.编写程序,把D:\test\test.txt文件的内容拷贝到D: \201312\demo.txt中,删除源文件夹以及源文件。(5分)
数据库:
1、学生表中有15条数据,每页显示四条,查询出最后一页显示的数据。(3)
2、创建序列,通过序列往student score course插入数据, 然后创建一个视图,通过视图查询出学生的信息以及课程信息(4)。
-Programming: Animal queue
Requirements: In a team of animals in cats, dogs, and horses in three different animal (the order, the number and proportion is random),
Now requires the ability to make three points to their own kind of animal animals contingent.
(Note: Write a base class Animal inside a name, age attribute (randomly generated name and age) and abstract showInfo methods
Then write a subclass of Dog, Cat, Horse to inherit this base class Animal, Animal then randomly instantiates 20 Dog, Cat, Horse class
Stored in a list, create three lists, iterate the above list, add them to your list of classification and call showInfo (),
Show what each animal, name Age. ) (5 points)
2. Write a program, create a HashMap object, adding 10 students names and achievements: test1: 90 points test2: 83 minutes .. test10: 70 points.
Then retrieved the HashMap iteration their names and achievements, and then changed test5 score 10
要求:在一队动物里有猫、狗、和马三种不同动物(其顺序、数量和比例是随机的),
现在要求能够让这三种动物站到自己那一类动物的队伍中去。
(备注:写一个基类Animal 里面有一个name,age属性(名字和年龄随机产生)和抽象showInfo方法,
然后用再写子类Dog、Cat、Horse去继承这个基类Animal,再用Animal随机的来实例化20个Dog、Cat、Horse类
存放在一个列表中,创建三个列表,迭代上面的列表,将他们分类添加到自己的列表中并调用showInfo() ,
显示各自是什么动物,名字 年龄。)(5分)
2.编写程序,创建一个HashMap对象,添加10个学生的姓名和成绩:test1:90分;test2:83分.. test10:70分。
接着从HashMap中迭代获取他们的姓名和成绩,然后把test5的成绩改成100分,再次迭代输出他们的信息。(4分)
3.编写程序,把D:\test\test.txt文件的内容拷贝到D: \201312\demo.txt中,删除源文件夹以及源文件。(5分)
数据库:
1、学生表中有15条数据,每页显示四条,查询出最后一页显示的数据。(3)
2、创建序列,通过序列往student score course插入数据, 然后创建一个视图,通过视图查询出学生的信息以及课程信息(4)。
-Programming: Animal queue
Requirements: In a team of animals in cats, dogs, and horses in three different animal (the order, the number and proportion is random),
Now requires the ability to make three points to their own kind of animal animals contingent.
(Note: Write a base class Animal inside a name, age attribute (randomly generated name and age) and abstract showInfo methods
Then write a subclass of Dog, Cat, Horse to inherit this base class Animal, Animal then randomly instantiates 20 Dog, Cat, Horse class
Stored in a list, create three lists, iterate the above list, add them to your list of classification and call showInfo (),
Show what each animal, name Age. ) (5 points)
2. Write a program, create a HashMap object, adding 10 students names and achievements: test1: 90 points test2: 83 minutes .. test10: 70 points.
Then retrieved the HashMap iteration their names and achievements, and then changed test5 score 10
(系统自动生成,下载前可以参看下载内容)
下载文件列表
11\.classpath
..\.project
..\bin\chen.class
..\...\example001\Animals.class
..\...\..........\Cat.class
..\...\..........\Dog.class
..\...\..........\Horse.class
..\...\..........\ShowInfor.class
..\...\example001
..\...\.........2\Student.class
..\...\example002
..\...\........3\FileDemo.class
..\...\example03
..\...\........4\Student
..\...\.........\Student.class
..\...\example04
..\bin
..\src\chen.java
..\...\example001\Animals.java
..\...\..........\Cat.java
..\...\..........\Dog.java
..\...\..........\Horse.java
..\...\..........\ShowInfor.java
..\...\example001
..\...\.........2\Student.java
..\...\example002
..\...\........3\FileDemo.java
..\...\example03
..\...\........4\Student
..\...\.........\Student.java
..\...\example04
..\src
11