- 博客(6)
- 资源 (209)
- 收藏
- 关注
原创 线程实例2
public class threadDemo1 extends Thread { int flag; public threadDemo1(String name, int f) { super(name); this.flag = f; } public void run() { char ch; System.out.println(); S...
2011-09-14 23:51:39
72
线程的实例
package com.apach.jb; public class threadDemo extends Thread { int flag; public threadDemo(String name,int f){ super(name); this.flag=f; } public void run(){ char ch; ...
2011-09-14 23:48:07
100
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人