News

The book Java Reflection in Action was published in 2004, but remains largely applicable eight years later. ... (“Using the class loader”) provides nice coverage of Java class loaders.
Using generics results in more robust code and avoids ClassCastExceptions in your Java programs. This in-depth tutorial introduces you to generics and their types and methods.