public class Test {
public static void main (String[] args) {
try { System.out.println("Welcome to Java"); }
catch (Exception ex) { System.out.println("Exception"); }
finally { System.out.println("The finally clause is executed"); }
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here