An exception is propagated
a) From a place where the error occurs to the handler in the catch block.
b) From the throw statement buried in the try block to the handler in the catch
block.
c) From a throw statement, not in a try block to the handler in the catch block.
d) From the catch block to the try block.
e) From the handler in the throw block to the try block.
b) From the throw statement buried in the try block to the handler in the catch
block.
You might also like to view...
The quality of the images that a camera can take is determined by the camera's ________
A) shutter lag B) focal length C) resolution D) burst mode
The DetailsView control allows the user to do which of the following?
a. display multiple rows of a database table at the same time b. connect to a data source c. view but not edit the rows of a database d. all of the above are true