Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (4k points)

Is Java Concurrency in Practice still valid? I am wondering whether the ideas, concepts, and implementation described in the book are still compliant with the latest Java versions.

I ask because the latest edition was done in 2006.

1 Answer

0 votes
by (46k points)
Yes, it's nevertheless efficient in my understanding. There isn't a big difference in this area from 6 to 7. Fork-join is a unique feature, which is very fitting for the divide-and-conquer type of dilemma. But all the actual essence inside the book, such as synchronization, volatile, servlet, are yet very valid.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Oct 26, 2019 in Java by Anvi (10.2k points)
0 votes
1 answer

Browse Categories

...