Monday, January 24, 2005

Renaud Waldura's The Final Word On the final Keyword

Renaud Waldura's The Final Word On the final Keyword

"Some features of the Java language simply cannot be ignored. Consider for example interfaces, used extensively by every Java specification; or try/catch blocks, that form the basis for exception handling. Other features are more obscure – useful, but ignored by the masses. Without looking as far as volatile (probably the most obscure Java keyword), think about final. When was the last time you used final in your code?"

No comments: