There are over 70 classes derived from the SystemException class. Which one of the following is NOT a derived class of the SystemException class?

A. System.ArithmeticException
B. System.IO.IOException
C. System.IndexOutOfRangeException
D. System.ApplicationException

Answer: D

Computer Science & Information Technology

You might also like to view...

Some of the statements about separate compilation follow. Which are correct? Comment on all the answers in the explanation section, including the ones that are wrong.

a) Separate files are a big bother. There is no compelling advantage to separate files. b) Placing client and class implementations in separate files enhances project development. How? c) Separate files for interface and implementation enhance reuse. How? d) Separating interface and implementation can save considerable time. How?

Computer Science & Information Technology

____ is high-speed memory that a processor can access more rapidly than memory elsewhere on the motherboard.

A. Buffer B. Cache C. RAM D. ROM

Computer Science & Information Technology