You enclose code that may contain an exception in a ____ statement.

A. throw
B. catch
C. throws
D. try


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following method declarations correctly defines a method with a variable length parameter list?

a)``` public int average(int[] list) ``` b)``` public int average(int ... list) ``` c)``` public int average(...) ``` d)``` public int average(int a, int b, int c, ...) ``` e)``` public int average(integers) ```

Computer Science & Information Technology

C++ __________ facilitate procedural abstraction.

a. arguments b. functions c. declarations d. redirection operators e. variables

Computer Science & Information Technology

When you blur edges, Photoshop reduces the ____ where edge pixels meet.

A. fuzziness B. contrast C. brightness D. filter mask

Computer Science & Information Technology

The ________ allows you to quickly and easily copy formatting from one area of a document to another

Fill in the blank(s) with correct word

Computer Science & Information Technology