If a method does not catch an exception, then it must at least warn programmers that any invocation of the method might possibly throw an exception. This warning is called a/an:
a. Exception handler
b. Throws clause
c. Try block
d. Catch block
B
Computer Science & Information Technology
You might also like to view...
A __________ system is a set of interrelated subsystems.
A. secondary B. hierarchical C. complex D. functional
Computer Science & Information Technology
The extraction operator stops removing characters from the cin object when it encounters which of the following?
A. letter B. number C. white-space character D. none of the above
Computer Science & Information Technology