What is the relationship between a method's throws clause and the exceptions that can be thrown during the method's execution?

Q

What is the relationship between a method's throws clause and the exceptions that can be thrown during the method's execution?

✍: Guest

A

A method's throws clause must declare any checked exceptions that are not caught within the body of the method.

2012-12-27, 1958👍, 0💬