Q. Which block only executes when no exception is raised?
β
Correct Answer: (D)
else
Explanation: statement is present in between the rescue block and ensure block. This block only executes when no exception is raised.