Java Concurrency In Practice

preview
需积分: 0 9 下载量 11 浏览量 更新于2017-12-28 收藏 5.28MB PDF 举报
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