What is user defined exception?

Answers were Sorted based on User's Feedback



What is user defined exception?..

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

What is user defined exception?..

Answer / ravikiran

user defined exception is written by the user to make a
customized error

Is This Answer Correct ?    6 Yes 0 No

What is user defined exception?..

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

What is user defined exception?..

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

Post New Answer

More Core Java Interview Questions

Explain java coding standards for classes or java coding conventions for classes?

0 Answers  


What is the use of coding?

0 Answers  


What is the purpose of nested class in java?

0 Answers  


Why singleton is not thread safe?

0 Answers  


How do you identify if jvm is 32-bit or 64-bit from java program?

0 Answers  






What is class and object in java?

0 Answers  


Which is bigger float or double java?

0 Answers  


whats the difference between == and .equal ?

10 Answers   Cisco,


In Serialization, whether you will use Static variables?

3 Answers   HCL,


How would overload a function based on return type?

0 Answers   Genpact,


explain the difference between jdk and jvm?

0 Answers  


How can we use primitive data types as objects?

0 Answers  


Categories