Fill in the blanks:
A try statement has ___ finally block(s) and ___ catch blocks.
A.
A try statement is not required to have a finally block, but if it does, there can be at most one.
A try statement can have any number of catch blocks or none at all.
Option A is the correct answer.