Re: == String vs. const String ==
Posted By:
Didier_Blaise
Posted On:
Friday, October 4, 2002 05:05 AM
"const" is a reserved keyword in Java, but is unused, and thus has nothing to do with the C++ "const" keyword.
If you want to avoid the change of a parameter, you can declare it as "final".