I\'ve seen some code as below in some example BlackBerry Java classes:
try { // stuff that will throw an exception } catch(final Exception e) { // de
I'm not sure it's about performance, but more about convention. If you're using Eclipse, try to set a formatter that add the final keyword wherever it's possible, and reformat your source code with that formatter.
final