What is the relationship between a method's throws clause and the exceptions?

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

Mihir
Views: 602 | Community Opinion: 1

Tags..  Throws Clause  Exceptions  Core Java Interview  Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Semor Said..

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






What do you think? Add your opinion/answer
*Name
*your opinion/answer: