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

What is return data type?

0 Answers  


What is the purpose of the return statement?

0 Answers  


What is return type in java?

0 Answers  


Is null false in java?

0 Answers  


Do we have pointers in java?

0 Answers  






What code optimizations techniques you follow in general practice?

2 Answers   Accenture, TCS, Wipro,


What primitive Java types? Howmany are they and what are their names?

3 Answers  


What is the use of hashmap in java?

0 Answers  


Can a class extend abstract class or interface? why

4 Answers   Wipro,


What is the format of Inner Class after it compiled?

1 Answers  


What will be the output of round(3.7) and ceil(3.7)?

0 Answers  


Can a static class implement an interface?

0 Answers  


Categories