What is user defined exception?
Answers were Sorted based on User's Feedback
Answer / rahul vyas
The user defined class which Extends Exception class or
more specific version of That is called user defined
exception
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ravikiran
user defined exception is written by the user to make a
customized error
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / satish kumar
Uer define exception is Derived from
System.ApplicationException class.In User defined Exception
User raised the exception in his class and throw the erroe
thoew the object of the class
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / sayyad khalid
User defined a class from Exception class.
Creates its own exception using that class.
which is user dependent is called User Defined exception.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the standards to place package statement within a source code file?
Can sleep() method causes another thread to sleep?
What is the properties class in java programming?
Is array serializable java?
How are commas used in the initialization and iteration parts of a for statement?
what do you mean by stream pipelining in java 8? Explain
What is the protocol is used in type4 driver?
What is object-oriented paradigm?
How can we create objects if we make the constructor private ?
how can u handle run time exception in java? explain with brief explanation with examples?
what is Remote Reference Layer ?
What is singleton pattern?