Difference between exception and interruption

Showing Answers 1 - 3 of 3 Answers

chandra sekhar

  • Mar 7th, 2006
 

Exception is a run time error where as interrupt is an event that arises due to software or hard ware.when ever specific event occurs interrupts are enabled

  Was this answer useful?  Yes

Arun

  • Apr 26th, 2006
 

Exception is a run time error due to some computation error such as Divide by Zero, where as interrupt is an event that arises due to some failure/ malfunction of system thru software or hardware. when ever specific event occurs interrupts are enabled. Exceptions can be invoked by Interrupts also.

  Was this answer useful?  Yes

naveen

  • Aug 22nd, 2007
 

exception is the runtime error ,we cant get required result . interrupt is the program provided by software or hardware which improves processor efficiency

  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