How are the exceptions handled in java ?
Answers
Answered by
1
Exception Class. Exceptions that can be handled when they occur under theException class. The Javaprogramming language has a myriad of exceptions that can be handledunder the subclass RuntimeException. These exceptions include the Division by Zero exception, which happens when you try to divide a number by zero.
Similar questions