Benji Smith wrote: > Damn. I always thought "static final" in Java was a sloppy kludge for > what should have been "const". It is. This is because Java lacks the notion of const for indirectly-referred data, which is the interesting case. Andrei