synchronized

Date
Feb 20, 2020

The “synchronized” keyword in Java has always been there and it’s what developers usually learn first when dealing about concurrency, but its use is less than ideal in many cases, and with modern cloud architecture, it’s become mostly useless. Developers need to learn about all the new ways to handle concurrency in Java; this is an introduction to some of the more common patterns.