Answer the following statements true (T) or false (F)
1. If an exception is not caught, it is stored for later use.
2. The try/catch/throw construct is able to handle only one type of exception in a try block.
3. There is no difference between declaring an object of an ordinary class and an object of a template class.
4. A program may not contain both a "regular" version of a function and a template version of the function.
5. The line containing a throw statement is known as the throw point.
1. F
2. F
3. F
4. F
5. T
Computer Science & Information Technology
You might also like to view...
Query results are a recordset that provide an answer to a question posed in a query
Indicate whether the statement is true or false
Computer Science & Information Technology
With which AWS orchestration service can you implement Chef recipes?
A. CloudFormation B. Elastic Beanstalk C. Opsworks D. Lambda
Computer Science & Information Technology