In Java we see lots of places where the final keyword can be used but its use is uncommon.
final
For example:
String str = \"abc\"; System.ou
According to IBM - it doesnt for classes or methods.
http://www.ibm.com/developerworks/java/library/j-jtp04223.html