Exception Handling Part 03
Custom Exceptions
Creating a checked Exception
Points To Remember while creating a checked Exception:
When we create our custom checked exception it should always inherit the exception class
The exception class will by default inherit the throwabl...
jeevanjava.hashnode.dev2 min read