The first step in constructing an exception handler is to enclose the code that might throw an exception within a __________ block.
A
catch
B
finally
C
try
D
scanner
Answers
Answered by
0
Answer:
The first step in constructing an exception handler is to enclose the code that might throw an exception within a try block.
Similar questions