Preamble Java lacks a true (or enforceable) idea of a constant. The final keyword makes a variable immutable, but only in the sense that it cannot change its reference. This having been said, a final ...