-
-
Save arun12209/207816ec9e7b779693682197490d9882 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
// Code that may throw an exception | |
} catch (Exception e) { | |
// Exception handling | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment