InterviewSolution
Saved Bookmarks
| 1. |
What Is Throws ? |
|
Answer» 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. 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. |
|