The statements in the default catch block are always executed
Answers
Answered by
1
Answer:
When the catch block is finished the program continues with any statements following the catch block. In the example above the "System. out. println("Division attempt done");" statement will always get executed
Similar questions