Discussion Forum : Error Handling Alternatives
Question -

What will happen when an exception is not processed?

Options:
A .  It will eat up lot of memory and program size
B .  Terminate the program
C .  Crash the compiler
D .  None of the mentioned
Answer: Option A

As in the case of not using an exception, it will remain useless in the program and increase 

the code complexity.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *