Friday, 18 March 2016

What will happen if you call return statement or System.exit on try or catch block ? will finally block execute?


finally block will execute even if you put return statement in try block or catch block but finally block won't run if you call System.exit form try or catch.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.