public class ExceptionTest9 { public static void main(String[] args) { System.out.println("I am going to forest."); throw new ClassNotFoundException(); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login