An exception:
a. Terminates program execution.
b. Terminates the block where the exception occurred.
c. Will terminate the block where the exception occurred unless a catch command stops it.
d. Will not terminate a block unless explicitly instructed to do so.
b. Terminates the block where the exception occurred.
Computer Science & Information Technology
You might also like to view...
When creating a VHD using DiskPart, which command mounts the VHD?
a. Attach b. Active c. Format d. Create
Computer Science & Information Technology
A sequence of processing steps that must be repeated is called a
a) decision b) counter c) loop d) proper program
Computer Science & Information Technology