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");?
Answers
Answered by
0
my answer is 0 true / false
Similar questions
Chemistry,
7 months ago
English,
7 months ago
Political Science,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
Math,
1 year ago