線程共享數據可見性

public class Abc { public static void main(String[] args) { int a = 0; Test1 test1 = new Test1(); Thread t = new Thread(test1); t.start(); try {
相關文章
相關標籤/搜索