Answer Posted / 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 View All Answers
What is finally and finalize in java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is a double?
What is try-with-resources in java?
What is substring 1 in java?
Are arrays dynamic in java?
What are three ways in which a thread can enter the waiting state in java programming?
Can you declare an interface method static?
Can we have two main methods in a java class?
How to change the priority of thread or how to set priority of thread?
What is the purpose of methodology?
What is difference between java and java ee?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Which is the best sorting technique in java?
What is int argc char * argv?