| Author |
Java Programming
|
Will Myers
Ranch Hand
Joined: Aug 05, 2009
Posts: 285
|
|
|
How in depth does this book go on the threading features of Java? Most books seem to be either expert level or just skim over the topic altogether which is frustrating given it's importance in the work place.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Have you already checked out "Java Concurrency in Practice"?
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Poornachandra Sarang
author
Greenhorn
Joined: Apr 17, 2012
Posts: 27
|
|
|
I have dedicated three chapters on threads with carefully chosen examples. Thanks to Danny (Chief Architect Java SE7) who made me rewrite all the examples from my first submission to bring in more practical and in-context examples. I agree with Rob - if you want an ultimate, authentic, in-depth information on threading "Java Concurrency in Practice" is the book to refer to - you would need lots of patience and concentration while reading it.
|
 |
 |
|
|
subject: Java Programming
|
|
|