Answer the following questions true (T) or false (F)

1. A circumstance in C++ where an exception is thrown must be an error.

2. When an event occurs that cannot be managed locally, an exception may be thrown. Throwing the exception object transfers control and information gleaned locally to some calling program unit that manages the event, or the program terminates.

1. False
Explanation: The exceptional circumstance is often an error, but this is not required.
2. True

Computer Science & Information Technology

You might also like to view...

Howard is a security analyst working with an experienced computer forensics investigator. The investigator asks him to retrieve a forensic drive controller, but Howard cannot locate a device in the storage room with this name. What is another name for a forensic drive controller?

A. RAID controller B. Write blocker C. SCSI terminator D. Forensic device analyzer

Computer Science & Information Technology

_________ is a software that interprets Java bytecode.

a. Java virtual machine b. Java compiler c. Java debugger d. Java API

Computer Science & Information Technology