Sun Java System Web Server 7.0 Update 7 Performance Tuning, Sizing, and Scaling Guide

Declare Method Arguments final

Declare method arguments final if they are not modified in the method. In general, declare all variables final if they are not modified after being initialized or set to some value.