Class ____ and its subclasses are called unchecked exceptions, because the compiler does not check that they are being handled.

A. IOException
B. Exception
C. RuntimeException
D. EOFException


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of these exception specifications is correct, and why?

Suppose we have the class definitions, where the exception specification is as listed below: ``` class B{public: virtual void f() throw(int, double);};class D:public B{public: virtual void f() //The exception specification you //choose from the list goes here. ``` a) Use no exception specification. b) throw ( ) c) throw(int) d) throw(int, double) e) throw(int , double, string) f) throw(double); g) None of these, because you can’t derive from a class where member functions have exception specifications.

Computer Science & Information Technology

A ____ outline is a type of rough sketch of possible major points you would like to make and the order in which they might appear.

A. temporary B. scratch C. brief D. simple

Computer Science & Information Technology

The layouts available for Navigation forms can be seen in the gallery

Indicate whether the statement is true or false

Computer Science & Information Technology

To ensure the best view of your page by all types of computer equipment, you should not test your pages using a wide variety of screen sizes and resolutions.

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

Computer Science & Information Technology