InterviewSolution
Saved Bookmarks
| 1. |
What Is User Defined Exception In Java? |
|
Answer» The keywords used in java APPLICATION are try, CATCH and FINALLY are used in implementing used-defined exceptions. This Exception class inherits all the METHOD from Throwable class. The keywords used in java application are try, catch and finally are used in implementing used-defined exceptions. This Exception class inherits all the method from Throwable class. |
|