java – Is “Java Concurrency In Practice” still valid?

Yes, it still holds true in my mind. There is not a big change in this area from 6 to 7. Fork-join is a new feature, which is very suitable for the type of divide and conquer problems. But all the things that exist within the book, like synchronization, volatile, servlet, are still very valid.

Leave a comment