From e87b11c68589245ddadf27f13ba2ec092e3a8349 Mon Sep 17 00:00:00 2001 From: Lucas <85872740+Gepoverlow@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:10:27 +0200 Subject: [PATCH] Added Resources for the Java Fundamentals (#1736) Including a brief summary of the node and some interesting links to read and watch --- .../100-java-fundamentals/108-exception-handling.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/110-java/content/100-java-fundamentals/108-exception-handling.md b/content/roadmaps/110-java/content/100-java-fundamentals/108-exception-handling.md index d8e7f3d3c..b79a9e2df 100644 --- a/content/roadmaps/110-java/content/100-java-fundamentals/108-exception-handling.md +++ b/content/roadmaps/110-java/content/100-java-fundamentals/108-exception-handling.md @@ -1 +1,7 @@ -# Exception handling \ No newline at end of file +# 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. + +Free Content +Exception Handling - G4G +Understanding Java Exceptions