What will be the output of the program? try { int x = 0; int y = 5 / x; } catch (exception
e.{ system.out.println("exception"); } catch (arithmeticexception ae) { system.out.println(" arithmetic exception"); } system.out.println("finished");
a. finished
b. exception
c. compilation fails.
d. arithmetic exception?
Answers
Answered by
1
a.finished.........
.
.
Similar questions