Oracle iPlanet Web Server 7.0.9 Performance Tuning, Sizing, and Scaling Guide

Declare Constants as static final

The dynamic compiler can perform some constant folding optimizations easily, when you declare constants as static final variables.