Computer Science, asked by sumitdhingra7065, 1 year ago

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 deepesh10
1
a.finished.........
.
Similar questions