/Java---Demo-Exception-Handling-Try-Catch-Finally

In Java, the finally block is always executed no matter whether there is an exception or not. The finally block is optional. And, for each try block, there can be only one finally block.

Primary LanguageJavaMIT LicenseMIT

No issues in this repository yet.