locks

Java Concurrency Series- How to use Lock/RentrantLock in Java 5

Average: 5 (2 votes)

In this article, we will examine the subtleties of using newly introduced Lock classes in java.util.concurrent.locks package and their advantages over traditional "synchronized" blocks and methods.

Syndicate content