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 is the main functionality of Prepared Statement?
what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
What is constructor and virtual function?
Is there is any difference between a scrollbar and a scrollpane?
What is the meaning of 3 dots in java?
What does || mean in vectors?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
Differentiate jar and war files?
How do you reverse a string in java without using string buffer?
What is a method ?
Why string is immutable with example?
Can you run java program without main method?