Added Resources for the Java Fundamentals (#1736)
Including a brief summary of the node and some interesting links to read and watchpull/1745/head
parent
715ddd9013
commit
e87b11c685
1 changed files with 7 additions and 1 deletions
@ -1 +1,7 @@ |
|||||||
# Exception handling |
# Exception Handling |
||||||
|
|
||||||
|
Exception Handling in Java is one of the effective means to handle the runtime errors so that the regular flow of the application can be preserved. Java Exception Handling is a mechanism to handle runtime errors such as ClassNotFoundException, IOException, SQLException, RemoteException, etc. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/exceptions-in-java/'>Exception Handling - G4G</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=W-N2ltgU-X4'>Understanding Java Exceptions</BadgeLink> |
||||||
|
Loading…
Reference in new issue