To catch an exception, the code that might throw the exception must be enclosed in a ________.
a. throws block.
b. catch block.
c. try block.
d. finally block.
C
Computer Science & Information Technology
You might also like to view...
A folder created or stored within another folder is referred to as a(n) ________
A) alternate folder B) root folder C) subfolder D) secondary folder
Computer Science & Information Technology
What is the default value for the GridBagConstraint fill?
a. NONE. b. BOTH. c. CENTER. d. HORIZONTAL.
Computer Science & Information Technology