Multiple Choices
(Choose 1 answer)
Select the most correct statement:
A. If a checked exception may be thrown within the body of a method, the method must either catch the
exception or declare it in its throws clause.
B. If a checked exception may be thrown within the body of a method, the method must catch the exception.
C. If a checked exception may be thrown within the body of a method, the method must declare it in its throws clause.
D. If a checked exception may be thrown within the body of a method, the method must catch the exception and declare it in its throws clause.