Å·±¦ÓéÀÖ

Jump to ratings and reviews
Rate this book

Java 7 Concurrency Cookbook

Rate this book
Java 7 Concurrency Cookbook

386 pages, Paperback

First published October 1, 2012

5 people are currently reading
28 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (9%)
4 stars
6 (28%)
3 stars
9 (42%)
2 stars
4 (19%)
1 star
0 (0%)
Displaying 1 - 6 of 6 reviews
1 review
January 28, 2013
This is one of the book thoroughly covered the Java 7 Concurrent Utilities using plenty real code examples. This book is quite handy and helpful if you would like to find a working example to start with or learn how to implement some of advanced concurrent features using Java 7 concurrent utility APIs. It provides almost a whole chapter to detail out the newest java 7 concurrent feature -- ForkJoinPool and associated classes.

Overall arrangement for the book looks pretty good as well -- starting with basic Java Thread, gradually involved into advance synchronization utilities, java concurrent collections and finally the newest Java 7 concurrent features, all with running examples. Unlike most of the cookbooks, which open with real world problems need to solve, this book focuses mostly on the
illustration on how the Java concurrent utilities and API works, in order to help developer to familiar with these features. It will be mostly beneficial to java developers of beginning or intermediate levels. For those advanced java developers, since this book doesn't offer too much deep theoretical background and discussion topics such as java threading, synchronization or memory model inside of JVM, for those developers, you might need find some good reference such as as complementary book.

In general, it is a very good and quite a complete reference book for developers to get used to those java concurrent utilities if you haven't use any of those advanced features in your code. It is also recommended to those who like to play with the real examples in order to familiar with the concurrent features offered by Java API. For advanced level developers, you could also get some insights from this book. At least, it is quite a enjoyable reading experience to me.
Profile Image for Mkyong.
1 review1 follower
January 25, 2013
This book contains a lot of easy to follow examples, and well-explained at the end of each example, except the chapter 6 and chapter 7, which required some years of threading background to understand. For beginners who want to learn threading in Java, this is the best book to study. For experienced developers, you also can treat this as a complete reference of “Java Concurrency�.

Read my full review -
Profile Image for Anil Hemnani.
1 review2 followers
January 24, 2013


Read this book and I was impressed the way author has simplified the complex topic of concurrency in Java. It is a book I will recommend for in-experienced or less experienced Java developers. I was expecting a deeper dive as it is not a full java reference book but is just focused on topic of concurrency.
1 review
January 23, 2013
This book provides a direct hands-on introduction to multithreaded programming in Java 7. Due to the clarity of the presentations in this work this book serves as a complete reference for the beginner thru the advanced level programmer

11 reviews
May 6, 2015
Good book for the beginners.
It has only one problem from my point of view. Each one code sample is separated on several pieces and it's makes code less readable.
Displaying 1 - 6 of 6 reviews

Can't find what you're looking for?

Get help and learn more about the design.