提供一段示例代碼
import java
/**
*
* @author Wei
*/
public class Main {
public interface var{
public static ArrayList all=new ArrayList();
}
static class Thread
private int id;
public Thread
this
}
@Override
public void run() {
int count=
while(count<
all
count++;
System
}
}
}
public static void main(String[] args) {
Thread temp
Thread temp
temp
temp
}
}
From:http://tw.wingwit.com/Article/program/Java/gj/201311/27376.html