1.

What Is User Defined Exception?

Answer»

APART from the exceptions already defined in Java package libraries, user can define his own exception CLASSES by extending Exception class.

Apart from the exceptions already defined in Java package libraries, user can define his own exception classes by extending Exception class.



Discussion

No Comment Found