Q-25: | Write a JAVA program to implement the concept of exception handling mechanism. |
---|
OUTPUT
cmd-> javac ExceptionHandling.java cmd-> java ExceptionHandling Enter the value of x: 5 Enter the value of y: 0 Arithmetic Exception: Can not divide an Integer by Zero!! Remaining Code Executing....