书籍 Java Concurrency in Practice的封面

Java Concurrency in Practice

Brian Goetz

出版时间

2006-05-18

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

目录
Listings xii
Preface xvii
Chapter 1: Introduction 1
1.1 A (very) brief history of concurrency 1
1.2 Benefits of threads 3

显示全部
用户评论
Java并发编程必读书.
在并发的世界里,正确不容易~ 居然连全英文电子版都读完了!
很不错的关于并发编程的书籍,广度和深度都不错,可以关注书本的作者的一些文章或者博客,都很不错,特别是Doug Lea先生的。
java开发者必看!
工作必备,将并发系统的设计思路讲得很明白。
补债
Java开发必读,早两年读可以少走很多弯路…
信息量非常大,读起来很慢,适合写过多年并发程序后来读。PS: 中文版翻译非常烂。
看英文吧累,看中文吧看不懂,只能混着看。
Java必修课