What is exceptional handling ? Also, state the purpose of finally block in a try catch statement.
Answers
Answered by
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