Computer Science, asked by Sady7019, 1 year ago

How are the exceptions handled in java ?

Answers

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