随笔分类 -  Volatile

摘要:package com.test; /** * Volatile 可见性测试 */ public class VolatileDemo { public static void main(String[] args) { MyData myData = new MyData(); new Threa 阅读全文
posted @ 2022-03-15 09:32 我家门前有两棵树 阅读(65) 评论(0) 推荐(0)