Answers

Question and Answer:

  Home  J2SE

⟩ What is throws?

A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.

 150 views

More Questions for you: