

Buy anything from 5,000+ international stores. One checkout price. No surprise fees. Join 2M+ shoppers on Desertcart.
Desertcart purchases this item on your behalf and handles shipping, customs, and support to Slovakia.
"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book." --Martin Buchholz JDK Concurrency Czar, Sun Microsystems "For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems." --Doron Rajwan Research Scientist, Intel Corp "This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover." --Ted Neward Author of Effective Enterprise Java "Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance." --Kirk Pepperdine CTO, JavaPerformanceTuning.com "This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it." --Dr. Cliff Click Senior Software Engineer, Azul Systems "I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter , because it is interesting, useful, and relevant to the problems facing Java developers today." --Dr. Heinz Kabutz The Java Specialists' Newsletter "I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book." --Bruce Tate Author of Beyond Java " Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere." --Bill Venners Author of Inside the Java Virtual Machine Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them. However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant. This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model Review: The Java multi-threading bible! - Just few words...Buy this book! This is one of the best IT-related books I've ever read and indeed one of the best Java books. With an easy-to-read yet thorough 360 degrees approach to concurrency in Java, this book unveils all aspects of Java concurrency, from the basic concepts to advanced ones. Not only it provides an unprecedented bibliography for Java concurrency, but it goes beyond, explaining you concepts such as thread stacks, context switching, the best Java concurrent collections for the job, performance tuning, how to test concurrency programs, etc. By the end of this book I was writing efficient multi-threading applications for investment banking applications. And they worked very well. M. Review: Great reference and cookbook on concurrency - This is the book if you want practical, useful advice on concurrency. It's currently the only book I physically lug to a contract (you only get 20kg these days, even on long haul). Unlike almost all technical books this one appears to have been thoroughly proof read, as it's largely absent of the usual typos, twisted grammar and Ind-glish style missing articles. Every sentence can be pondered over and found to mean something useful - a trait I haven't seen in a software book since Kernighan & Ritchie.






























| Best Sellers Rank | 183,584 in Books ( See Top 100 in Books ) 156 in Web Scripting & Programming 853 in Computing & Internet Programming |
| Customer Reviews | 4.6 out of 5 stars 822 Reviews |
M**E
The Java multi-threading bible!
Just few words...Buy this book! This is one of the best IT-related books I've ever read and indeed one of the best Java books. With an easy-to-read yet thorough 360 degrees approach to concurrency in Java, this book unveils all aspects of Java concurrency, from the basic concepts to advanced ones. Not only it provides an unprecedented bibliography for Java concurrency, but it goes beyond, explaining you concepts such as thread stacks, context switching, the best Java concurrent collections for the job, performance tuning, how to test concurrency programs, etc. By the end of this book I was writing efficient multi-threading applications for investment banking applications. And they worked very well. M.
M**P
Great reference and cookbook on concurrency
This is the book if you want practical, useful advice on concurrency. It's currently the only book I physically lug to a contract (you only get 20kg these days, even on long haul). Unlike almost all technical books this one appears to have been thoroughly proof read, as it's largely absent of the usual typos, twisted grammar and Ind-glish style missing articles. Every sentence can be pondered over and found to mean something useful - a trait I haven't seen in a software book since Kernighan & Ritchie.
T**A
HEavey Language, Lots of external references
The book is really detailed (not finished yet) There are lots of rare used technical terms you need to check their meaning (like alien method?) There are lots of explanation without sample code. You need googling some terms or concepts to be able to understand topic. And the level of english is a bit heavier than the technical book's average .
M**N
Valuable addition for the Java developer
This book is a "must have" for Java developers. it introduces the concepts of concurrency, illustrates how to apply them in practice and gives plenty of code examples of how to do distinct right from wrong adoption. Working with threads in Java can be tricky but from my experience, most of my mistakes were based on not having fully understood the basics. The authors doing a very good job on illustrating the basic's first and building a solid foundation on top of it. It's not a beginner's book but the advanced programmer will find a lot of valuable insights.
S**P
One of the best Java books out there!
I found this book to be a very interesting read. It covers the threading/concurrency concepts quite in detail (& with real life analogies some times). I found the writing to be easy & engaging at the same time. I would definitely recommend it to anyone who wants to learn about Java concurrency APIs and understand general threading/concurrency concepts.
P**N
Recommended!
Definitely recommended... it is though at times, but in general it is instructive and enjoyable... the best book in his category for sure! In addition, most of the topics do not apply to Java only, making a very good general book on concurrency. Just be aware, in some sections it will made you think "OMG" over mistakes you probably made at some point (and you will have nightmares of your software deadlocking after running fine for 1yr).
L**M
great introduction to Java's concurrency API
If you are serious about java development you know you can't ignore threads. Yet, so many skilled developers incredibly passionate about object orientation seem uneasy when confronted with threading-issues. Is i++ an atomic operation ? Have you ever heard of CopyOnWriteArrayList ? Do you know how to deal with InterruptedException ? This is a very readable book which will make sure not only that your code will not deadlock but that you know why.
M**S
Great read
I wanted to get my head around concurrency again as do not need it too much in my job. With this being a Joshua Bloch book and the fact I love Effective Java this was a must buy. Easy to read, and gets to the point.
R**E
Changed the way I reason about code
This is a must read for any developer working with the JVM. It starts lightly, showing concepts that you may already know, but as you dive deep into the book you will soon realize how little you know on concurrency. After reading the book you will gain all necessary tool to start reasoning on concurrent programs. You will look the topic from a totally different point of view. Mastering concurrency requires decades, and if you want to have the building blocks you should absolutely buy this book.
C**U
Five Stars
Verry good book
ピ**ン
並列処理の教科書
並列処理や Thread について勉強しようと思ってこの一冊を購入した。 読んでみたら、Bloch のEffective Java と並ぶ貴重な内容だった。 書き方というえば、 サーバーアプリなどの典型的な問題をあげて、 駄目な解決法から、正解まで、微妙なコードも紹介しながら話を進めていくスタイル。 コードの例も多くて、 幸いに実効できる長いプリントではなく、解決法に集中したリスティング。 Concurrency は、 Generics のように綺麗に定義できる問題ではなく、CPU、Memory, Database といったリソースやアプリのジックと密接に絡まれる問題であることは、 この本で分かった。 そして、Concurrent プログラミングを身につけるためには並列処理の理解が一番重要。 多量のリソースをどのように多量の処理に使用できる? 問題点を上手く説明して、解決法も紹介してくれる大満足の一冊。 Effective Java と一緒に参考として机の上に置くことにした。
T**S
Excelente livro, indico a compra.
Excelente livro, muito pratico e com detalhes avançados sobre tópicos do Java concorrência.
P**O
Need to know Java Concurrency? This is THE book.
This book is the bestseller and a bible when it comes to Java concurrency. Nothing better exists on the topic to date.
Trustpilot
1 month ago
3 weeks ago