(Choose 1 answer)
What is the purpose of the finally clause of a try-catch-finally statement?
A. The finally clause is used to provide the capability to execute code no matter whether or i thrown or caught.
B. The finally clause is used to provide the capability to execute code when an exception is caught.
C. The finally clause is used to provide the capability to execute code when an exception is caught.
Exit 30