1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 22:40:19 +02:00

Update 108-exception-handling.md (#6008)

added 2 article links
This commit is contained in:
xaanxex
2024-07-02 14:14:02 +02:00
committed by GitHub
parent 96b8e109b1
commit 1fe5512310

View File

@@ -11,3 +11,5 @@ There are three types of exceptions -
Visit the following resources to learn more:
- [@video@Understanding Java Exceptions](https://www.youtube.com/watch?v=W-N2ltgU-X4)
- [@article@Mastering Java Exception Handling: A Comprehensive Guide](https://naveen-metta.medium.com/mastering-java-exception-handling-a-comprehensive-guide-a897b8020582)
- [@article@Exception Handling in Java](https://www.javatpoint.com/exception-handling-in-java)