Answer the following statements true (T) or false (F)
1) The context in which an exception is handled (or managed) is the throw block.
2) Statements that cause an exception must be part of a try block.
3) A program can continue to run after an exception has been thrown and caught.
4) A function uses an exception specification that includes only int, but an exception
of type double is thrown. A catch block is provided that catches a double, so things
proceed properly.
1) T
2) F
3) F
4) F
Computer Science & Information Technology
You might also like to view...
Serif fonts should be used for titles and for short documents
Indicate whether the statement is true or false
Computer Science & Information Technology
The RIGHT and LEFT functions can be used on data that is imported into Excel, but NOT data that is copied and pasted into Excel
Indicate whether the statement is true or false.
Computer Science & Information Technology