-
What is the use of the ‘finally’ keyword?
-
- It will be executed at the starting of the program even if the exception arised
- It used to execute at the starting of the program
- It will be executed at the end of the program even if the exception arised
- All of above
- None of these
Correct Option: C
finally keyword will be executed at the end of all the exception.