What is exception handling and how is it different from error handling. Why is exception handling used instead of error handling in some cases and vice versa.

Showing Answers 1 - 2 of 2 Answers

Nidhi

  • Dec 15th, 2005
 

The simple differenmce between Exception & Error Handling :Exceptions are logical or runtime error which a developer needs to handle programatically as oracle in itself doesnot recognise the specified condition as erroreneous situation.Error handling otherwise is broader term used which can be of different types.Exception Handling is just a part of it related more to handling the logical errors.

  Was this answer useful?  Yes

Nidhi

  • Dec 15th, 2005
 

The simple differenmce between Exception & Error Handling :Exceptions are logical or runtime error which a developer needs to handle programatically as oracle in itself doesnot recognise the specified condition as erroreneous situation.Error handling otherwise is broader term used which can be of different types.Exception Handling is just a part of it related more to handling the logical errors.

  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