A

Admin • 828.03K Points
Coach

Q. What is the correct order of blocks in Java exception handling?

  • (A) try-finally-catch
  • (B) catch-try-finally
  • (C) try-catch-finally
  • (D) finally-try-catch

Explanation by: Admin
Correct order is try, followed by one or more catch blocks, and an optional finally block.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.