Question: 1) The delete operator cleans the memory that is located on the _____. a. ternary operator b. binary triage c. heap d. stack 2) In
1) The delete operator cleans the memory that is located on the _____.
| a. | ternary operator |
| b. | binary triage |
| c. | heap |
| d. | stack |
2)
In a try-catch-finally block, the code in the finally section will run _____.
| a. | every time the try block runs (in all cases) |
| b. | when the try block runs with an exception (a catch block runs) |
| c. | when the try block fails to run |
| d. | when the try block runs with no exceptions (catch blocks do not run) |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
