Computer Science, asked by Satishyadav7565, 1 year ago

What is exceptional handling ? Also, state the purpose of finally block in a try catch statement.

Answers

Answered by amannishad0512p5zxh6
2

Exception handling is the process of to caught  the exception that arrises during  run time when you see the void main.

By using try and catch block you would be able to caught and handle your exception and your program ran smoothly !!

Mark me brainlest

Similar questions