if you write return as the last statement in the try block and no exception occurs, the finally block will execute.
True
False