Monday, November 15, 2021

Java exceptions and Catching Throwable

Courtesy: https://www.baeldung.com/java-catch-throwable-bad-practice

- create exception by extending RuntimeException is unchecked 
- create exception by extending Exception is checked.

No comments:

Post a Comment