Java Concurrency in Practice
作者:Brian Goetz
出版社:Addison-Wesley Professional
出版年:2006-5
页数:384|定价:USD 59.99
评分:9.5
分类标签:编程
ISBN:9780321349606
内容简介
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