Kizspy | Question: 14
(Choose 1 answer)
What is a checked exception in Java?
A. Checked exceptions are the ones that are checked during compilation time
B. Checked exceptions are the ones that are checked during the execution time
C. Checked exceptions are syntax errors
D. Checked exceptions are runtime errors