for循環中多線程的無序性

在學習多線程的互斥與同步中遇到一個問題,以下: public class Test { static int i; public static void main(String[] args) { for(i=0; i<10; i++){ new Thread(){ public void run(){ System.out.println(i);
相關文章
相關標籤/搜索