My Picasa Photos My Flickr Photos

my internet crib

Twitter Updates

Music

Now Playing "That's The Way" by Led Zeppelin

Previously
"Canary In A Coalmine" by The Police
"I Don't Care Anymore" by Phil Collins
"Stone in Love" by Journey
"Optimistic Thoughts" by Blues Traveler
"Separated" by Avant
"All That Really Matters " by Journey

Favorites
Pearl Jam , Mother Hips , Ben Harper , G. Love , AC/DC , Alan Jackson , The Killers

Archives

Archive for the ‘Java’ Category

What JRE am I running?

In: Java

28 Jul 2005

Click here to find out what Java Runtime Environment you are currently running from James Gosling.

Employ Ant programmatically in Java code without the constraints of XML for easier customization

Exception 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.

java performance tuning

In: Java

30 Mar 2004

Micro-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.

Resources for Java server-side developers