archit thakur wrote:Hi Guys, Could anybody here suggest me a book for multithreading in java? I am quite good at java, but I need to study multihtreading from Ground Up.
And I hate to sound like a broken record, but
Effective Java has an entire chapter on concurrency that is well worth a read. Lots of good "do"s and "don't"s.
Winston