Question: public class Example 8 { public static void throwit ( ) { System.out.print ( throwit ) ; throw new RuntimeException ( ) ;
public class Example
public static void throwit
System.out.printthrowit ;
throw new RuntimeException;
public static void mainString args
try
System.out.printhello ;
throwit;
catch Exception re
System.out.printcaught ;
finally
System.out.printfinally ;
System.out.printlnafter ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
