Q. Which of the following is a checked exception?
β
Correct Answer: (D)
IOException
Explanation: IOException is a checked exception, which means that it must be either handled or declared.