What is Exception

Showing Answers 1 - 3 of 3 Answers

swapna

  • Aug 25th, 2005
 

exception is a runtime error if not handled leads to abnormal termination of the program.to prevent this exceptional handling is done by using the methods provided by java

  Was this answer useful?  Yes

D.S.Reddy

  • Sep 12th, 2005
 

Exception is an abnormal condition raised in our program. It may be in compile time(Checked exceptions) or it may be in runtime(Unchecked exceptions).

  Was this answer useful?  Yes

An exception in java is a signal that indicates the occurence of some unexpected condition during execution.

Regards,Chandana.R                                                                                                                                                     

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions