You enclose code that may contain an exception in a ____ statement.
A. throw
B. catch
C. throws
D. try
Answer: D
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) ```
C++ __________ facilitate procedural abstraction.
a. arguments b. functions c. declarations d. redirection operators e. variables
When you blur edges, Photoshop reduces the ____ where edge pixels meet.
A. fuzziness B. contrast C. brightness D. filter mask
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