Computer Science, asked by kumarkrahul80, 3 months ago

The first step in constructing an exception handler is to enclose the code that might throw an exception within a __________ block.



catch



finally



try



scanner

Answers

Answered by tanishkarawat509
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