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