CheckThread.org (Beta)

Literature References

The following are great references for learning more about Java concurrency:

  • "Java Concurrency in Practice", Brian Goetz, Addison Wesley
    This book introduces the idea of using @ThreadSafe and @NotThreadSafe annotations in Java code.

  • "Java Threads", Scott Oaks and Henry Wong, O'Reilly
©2009 CheckThread