Design Exceptions in java for enterprise application

I am new Exceptions in java. Can you please explain the following 1. When we have to use CheckedExceptions ? 2. When we have to use UnCheckedExceptions ? 3. When should we go to custom exceptions ? 4. When can we use the predefined java exceptions ? 5. What are the things needs to know when designing the exceptions for enterprise applications ? Thanks in advance.

Comments (0)