Intellect Design Arena interview question

What is the difference between final and finally?

Interview Answer

Anonymous

21 Dec 2023

Final assigns a value to a variable as final value and cannot be modified while finally keyword is used to execute the finally block at the end.