A

Admin • 802.91K Points
Coach

Q. Which block executes even when a return statement is encountered in the try block?

  • (A) catch
  • (B) finally
  • (C) throw
  • (D) none

Explanation by: Admin
The finally block always executes, even after a return statement in the try block.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.