a) It used to execute at the starting of the program
b) It will be executed at the end of the program even if the exception arised
c) It will be executed at the starting of the program even if the exception arised
d) It will be executed at the middle of the program even if the exception arised
Meghna MittalBegginer
b
Explanation: finally keyword will be executed at the end of all the exception.