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 |
In Java, what are public static void main string args?
What is better - 'bit-shift a value' or 'multiply by 2'?
Describe how to implement singleton design pattern in struts.
What is array sorting in java?
What is nan in java?
Differentiate jar and war files?
What is concurrent hashmap and its features?
what is meant by string pooling?
12 Answers Oracle, Polaris, Tribal Fusion, Wipro,
How to use string tokenizer class.
How is object created in java?
What is sizeof () operator?
What is a resource leak ?