Hi, Please any one suggest a good book for the learning the Multi-threading using java.
Thank you,<br /> <br />Suhas K Madap<br /> <br />If you understand what you're doing, you're not learning anything."
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
The JavaRanch Bunkhouse lists several books on threads with reviews. The book mentioned most often seems to be Java Threads by Scott Oaks and JavaRanchs own Henry Wong.
Originally posted by Ulf Dittmer: The JavaRanch Bunkhouse lists several books on threads with reviews. The book mentioned most often seems to be Java Threads by Scott Oaks and JavaRanchs own Henry Wong.
Ulf,
Maybe I just read too fast. Or maybe it is just the silly season. But for a moment, I thought the U.S. appealed the Thirteenth Amendment...
I guess you haven't read the fine print on your contract, eh?
"I'm not back." - Bill Harding, Twister
Khalil Amreeki
Greenhorn
Joined: Jan 05, 2007
Posts: 1
posted
0
Also for an introduction, consider the chapter(14) on threads in "The Java Programming Language, Fourth Edition" (Arnold et al, 2005.) Once you're familiar with Java concurrency basics, I suggest checking out the definitive guide for Java concurrency: "Java, Concurrency In Practice" (Goetz , 2006.) For a complete reference on Java concurrency, check out "Concurrent Programming in Java, 2nd Ed." (Lea, 2000.) See links to the books on Amazon below: