Return to previous page
Summary:

The book provides a comprehensive guide to the concepts and challenges of concurrent programming in Java, with a focus on building high-performance, reliable, and maintainable multi-threaded applications. It covers thread safety, synchronization, immutability, performance optimization, and advanced topics like building custom concurrent data structures and the Java Memory Model.

Key points:

1. Thread Safety: The book discusses how to ensure safe multi-thread execution through strategies like immutability, synchronization, and thread-safe encapsulation.

Books similar to "Java Concurrency in Practice":