When an exception is thrown by code in its try block, the JVM begins searching the try statement for a catch clause that can handle it and passes control of the program to __________.

a. the last catch clause that can handle the exception
b. each catch clause that can handle the exception
c. the first catch clause that can handle the exception
d. the statement that appears immediately after the catch block


c. the first catch clause that can handle the exception

Computer Science & Information Technology

You might also like to view...

You can ________ a table to restrict the data to only those records that meet a certain criteria

Fill in the blank(s) with correct word

Computer Science & Information Technology

The statement int& a = b; declares a as a reference variable that contains the value of an integer.

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

Computer Science & Information Technology

In any computing investigation, you should be able to repeat the steps you took and produce the same results. This capability is referred to as ____.

a. checked values b. verification c. evidence backup d. repeatable findings

Computer Science & Information Technology

AJAX is an advanced use of JavaScript that is used to create interactive websites that respond quickly.

a. true b. false

Computer Science & Information Technology