What happens if no exception is thrown in the try block?
c) The code after the catch block is executed
b) The finally block is executed
a) The catch block is executed
d) The program terminates