posted 20 years ago
Note that final members usually follow a convention where all characters are capitalised, and words are separate by underscore. Also, I find that using the term "constant" confuses the many C/C++ programmers who incorrectly relate Java 'final' to the C/C++ 'const'. I prefer to use the term "final members". As a part-time university lecturer, I usually sort out the differences (and emphasise that they really shouldn't be related at all) for confused students.
Would be:
Tony Morris
Java Q&A (FAQ, Trivia)