a. Elaborate the output of the code given below and provide reasons to support your answer: public class DemoException {
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
a. Elaborate the output of the code given below and provide reasons to support your answer: public class DemoException {
a. Elaborate the output of the code given below and provide reasons to support your answer: public class DemoException { public static void main(String args[]) 7 { [5M] System.out.print("A"); int num = 99/0; System.out.print("B"); System.out.print("C"); } finally { } System.out.print("D"); }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!