1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Add exception handling resource (#9073)

Added link to well made introductory tutorial on the topic of exception handling in Java
This commit is contained in:
Sara Montemaggi
2025-08-25 18:59:01 +02:00
committed by GitHub
parent 65d7a737ac
commit 82edfba6e9

View File

@@ -10,4 +10,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)
- [@video@Understanding Java Exceptions](https://www.youtube.com/watch?v=W-N2ltgU-X4)
- [@video@Java Exception Handling](https://www.youtube.com/watch?v=1XAfapkBQjk)