Multithreading and Concurrency in Java: Thread Synchronization & Locks
Skillsoft issued completion badges are earned based on viewing the percentage required or receiving a passing score when assessment is required. In this demo-only course you will cover the basics of synchronization of threads in Java in order to prevent the unpredictability of the race condition. You will get experience with the implementation of synchronized functions and blocks, and also the use of Java lock objects such as the ReentrantLock and StampedLock.