腾讯云618特惠专场

文章列表

Do the ‘up to date’ guarantees for values of Java#39;s final fields extend to indirect references?(Java 的 final 字段值的“最新保证是否扩展到间接引用?)
Thread Synchronization - How to execute threads alternatively(线程同步 - 如何交替执行线程)
Implementation of the addAndGet in AtomicInteger class(AtomicInteger 类中 addAndGet 的实现)
What is synchronized statement used for?(同步语句是做什么用的?)
Java. Serialization of objects in a multithreaded environment(爪哇.多线程环境中对象的序列化)
Why use StringBuilder? StringBuffer can work with multiple thread as well as one thread?(为什么使用 StringBuilder?StringBuffer 可以与多个线程以及一个线程一起使用吗?)
singleton pattern in java. lazy initialization(java中的单例模式.延迟初始化)
synchronized object set to null(同步对象设置为空)
What is java#39;s equivalent of ManualResetEvent?(什么是 java 的 ManualResetEvent 等价物?)
Why does the acquire() method in Semaphores not have to be synchronized?(为什么 Semaphores 中的 acquire() 方法不必同步?)