public class Foo { public static void main(String[] args) { try { return; } finally { System.out.println( "Finally" ); } } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login