Computer Science, asked by mohdaarif7395, 4 months ago

Which keywords must be used to monitor for exception. Define them?

Answers

Answered by himanshu2006vps
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