What is the role of the finally block?
a) To handle exceptions
d) To prevent all exceptions
b) To execute code that must run regardless of exceptions
c) To define new exceptions