Answer Posted / 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 |
Post New Answer View All Answers
What is methods in java?
Can a private method be declared as static?
What is the similarity between dynamic binding and linking?
Explain importance of finally block in java?
Why Java doesn’t support multiple inheritance?
How do you add spaces in java?
What are the 8 primitive data types in java?
Should you use singleton pattern?
Can we have multiple classes in single file ?
How many types of methods are there in java?
How to invoke external process in java.
what is the difference between preemptive scheduling and time slicing? : Java thread
What is the difference between actual and formal parameters?
What do you understand by copy constructor in java?
When object is created and destroyed?