Sun Java System Web Server 7.0 Update 3 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.