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 |
Is singleton thread safe in java?
What are the steps involved to write rmi based programs?
if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...
Can we pass a primitive type by reference in java? How
What are void methods?
How do you create a null object?
Can a final variable be manipulated in java?
What is ellipsis in java?
Can java inner class be static?
What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?
What loop means?
Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.