文件名称:ThreadCreate
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-02-28
- 文件大小:
- 56kb
- 下载次数:
- 0次
- 提 供 者:
- xia***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
例子中包含了两种创建线程的方法:一种是创建用户自己的线程子类,另一种是在用户自己的类中实现Runable接口。线程优先级以及同步。
-Two examples are included to create threads: one is to create your own thread subclass, the other is a user interface to achieve Runable own class. Thread priority and synchronization.
-Two examples are included to create threads: one is to create your own thread subclass, the other is a user interface to achieve Runable own class. Thread priority and synchronization.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Receiver.class
runThreads.class
runThreads.java
Sender.class
TwoFruit.class
TwoFruit.java
xiancheng.class
xiancheng.java
线程练习.doc
Array.class
Array.java
FruitThread.class
NumberRunnable.class
NumberThread.class
outputClass.class