A

Admin • 828.03K Points
Coach

Q. Which of the following is true about exception propagation?

  • (A) Java handles exceptions automatically
  • (B) Exceptions must be caught in the same method
  • (C) Unhandled exceptions propagate up the call stack
  • (D) Only checked exceptions propagate

Explanation by: Admin
Unhandled exceptions are passed up to calling methods (call stack).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.