Sun Java System Application Server Enterprise Edition 8.1 2005Q2 Performance Tuning Guide

Declare Constants as static final

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