A

Admin • 828.03K Points
Coach

Q. What does `throws` keyword indicate?

  • (A) Throw an exception
  • (B) Catch an exception
  • (C) Declare an exception
  • (D) Handle an exception

Explanation by: Admin
The `throws` keyword is used to declare that a method may throw an exception.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.