JavaSPEKTRUM Article About Locking in Java

The German Java magazine JavaSPEKTRUM has published another article of mine in its second to last issue 2/2020. The article is titled “Du kommst hier nicht rein! – Locking in Java” (“You Can’t Come in Here!—Locking in Java”). It shows common pitfalls when dealing with multiple threads, even arising in situations where they are not expected, and shows several tools of modern Java APIs that help solving them. The article covers the nature of synchronization, the differences between intrinsic and explicit locking as well as atomic data types and fully synchronized data structures.

SIGS DATACOM, the publisher behind JavaSPEKTRUM, has made the article available to the public for free download: t.co/W9oZootGCJ.

Shortlink to this blog post: link.simplexacode.ch/wetz2020.07

Leave a Reply