What will be the output of the program?public class Test { public static void aMethod() throws Exception { try /* Line 5 */ { throw new Exception(); /* Line 7 */ } finally /* Line 9 */ { System.out.print...
See more
Download the Study24x7 App, so you can connect and collaborate.