When finally block gets executed?
Select one:
a. Always when a try block get executed, if exception do not occur.
b. Always when try block get executed, no matter exception occured or not. Correct
c. Always when a method get executed, no matter exception occured or not.
d. Only when exception occurs in try block code