What is the output of the Java code with exceptions?
public class ExceptionTest9
{
public static void main(String[] args)
{
System.out.println("I am going to forest.");
throw new ClassNotFoundException();
}
}

Posted on by