Thursday, March 12, 2009

What is user defined exception (CoreJava)

Question :What is user defined exception ? (CoreJava)
Answer :Apart from the exceptions already defined in Java package libraries, user
can define his own exception classes by extending Exception class.

No comments: