In: Java
28 Jul 2005Click here to find out what Java Runtime Environment you are currently running from James Gosling.
In: Java
11 Jun 2004Employ Ant programmatically in Java code without the constraints of XML for easier customization
In: Java
31 Mar 2004Exception handling is a built-in aspect of the Java programming language. The concept of handling error cases with exceptions is designed to make code more reliable and easier to maintain and read. This tip looks at some best practices for dealing with and handling exceptions.
In: Java
30 Mar 2004Micro-Tuning Step-by-Step by Jack Shirazi — Java Performance Tuning author Jack Shirazi offers a step-by-step guide for micro-tuning your Java methods.