1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 13:22:38 +02:00

Added Resources for the Java Fundamentals (#1736)

Including a brief summary of the node and some interesting links to read and watch
This commit is contained in:
Lucas
2022-09-12 13:10:27 +02:00
committed by GitHub
parent 715ddd9013
commit e87b11c685

View File

@@ -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>