A

Admin • 828.03K Points
Coach

Q. What is the correct way to rethrow an exception?

  • (A) throw e;
  • (B) throws e;
  • (C) rethrow(e);
  • (D) new throw e();

Explanation by: Admin
`throw e;` is the correct way to rethrow an exception object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.