On Thursday 21 November 2002 17:31, Oleg Tkachenko wrote:
>. . .
>       final String myString = (String)myListIterator.next();
>. . .
> How do you think, is this final specifier only a style oriented or it have
> some performance benefit also?

I don't know about performance, but I use it all the time anyway as it makes 
intentions clearer and can save the day by preventing someone from messing up 
with the variable value.

-Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to