Tuesday, 17 November 2015

What are the ways of handling exceptions? Possible combination to write try, catch finally block

There are 3 ways of exception handling:
1. try - catch   2. throw   3. throws
possible combination to write try, catch finally block:

No comments:

Post a Comment