When a statement might throw a checked exception, you can keep the compiler from complaining if you put that statement in a
tryblock and follow the
tryblock with a
catchblock whose parameter type is the same as the exception type. (T / F)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.