Virtusa interview question

difference between final and finally

Interview Answer

Anonymous

24 Aug 2016

final is used to make a variable or method constant and finally is used in exception handling .finally method is executed even if try and catch blocks are not executed