Java Articles

Created By: jeffbeal
Last Modified: 11/14/06
Summary: Links to programming articles that I have found usefulLink: Characterizing Thread Safety
Summary: Brian Goetz explains different levels of thread safety.
Link: Designing for Thread Safety
Summary: Bill Venners explains what thread safety is and how to create thread-safe classes in the Java programming language.
Link: Garbage collection and performance
Summary: Brian Goetz discusses the performance issues surrounding object allocation and garbage collection in Java and explains how some common advice for this has been outdated by modern JVM technology.
Link: I have to document THAT?
Summary: IBM DeveloperWorks article setting forth a few guidelines on what to include in JavaDoc.

