Computer Science, asked by rajabfrank1, 4 months ago

The statements in the default catch block are always executed

Answers

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