Answer the following statements true (T) or false (F)
1) In many cases, handling an exception allows a program to automatically
restart execution of the program from the beginning.
2) All exceptions cause the program to terminate when thrown.
3) The base class for all exception classes is System.Exception.
4) C# throws an IntegerArithmeticException when division by zero in
integer arithmetic occurs.
5) After an exception has occurred and a stack trace has been printed, the
program may exit or continue executing, depending on the circumstances.
1) F
2) F
3) T
4) F
5) T
You might also like to view...
What character can you type to complete a filename on the command line?
What will be an ideal response?
The statement that throws an exception is called the ___________ of the exception.
Fill in the blank(s) with the appropriate word(s).