线程共享数据可见性

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