Latest Java Aptitude Question SOLUTION: What will be the output of the program? public class RTExcept { public static void throwit () { System.out.print("throwit "); throw new RuntimeException();