I found
java has keyword "const". I found an example as following
How come final and const can be used together?
What's the different between final and const, and final static?
Thank you in advance.
The code is from some website and I cannot remember. Don't use it and it will cause compile fail.
Remember, const is just a reserved keyword, and don't use for methods, variables or anything else.
[ April 11, 2007: Message edited by: Sam Sunamin ]
[ April 12, 2007: Message edited by: Sam Sunamin ]