News

The book Java Reflection in Action was published in 2004, but remains largely applicable eight years later. In this post, I review this book and cover its strengths and its weaknesses. In general ...
Java programs are multithreaded, whether you like it or not. This comparative review of six Java thread programming books will help you decide which books are the best read for learning the Java ...
Say goodbye to the public static void main method in Java 21 with the unnamed classes and instance main methods preview features.
The entry point of a standalone Java application is the main method or function. In the age of Servlets and JSPs, Java’s main function took a backseat to these technologies that were initialized with ...