Goldman Sachs interview question

What is 'final' keyword in java? Also a program to demonstrate how final objects can be modified .

Interview Answer

Anonymous

16 Dec 2015

The whole point is that you can't modify the final variable once it's initalised!