Which keywords must be used to monitor for exception. Define them?
Answers
Answered by
0
Answer:
The keyword “throw'' is used in the program for throwing exception manually in java program. The "finally" section is used in program code to carry out a given set of program statements, whether an exception is thrown or not thrown.
Similar questions