View Review Details


Book:   Java Threads
Subject:   A must-read
Date:   2006-11-29 11:08:03
From:   Bernard
Rating:  StarStarStarStarStar

I happen not to agree with the previous review, everything is clearly explained in the book. For instance, p40, a lock is explained as:


When a method is declared synchronized, the thread that wants to execute it must acquire a token, which we call a lock (...) Only one thread can grab a lock at a time (...) Upon completion of the method, the lock is automatically released.


Sure, the thread topic is not for beginners, but since every program is going to use threads whether you want it or not, any self-respecting programmer should have a good knowledge of threads.
This book also covers all the new thread-related class of Java 5.0, which is the reason why I bought it.

See larger cover