Ask Question

The difference between a checked and an unchecked exception is:

a) checked exceptions need not be listed in a throws clause

b) unchecked exceptions must be listed in a throws clause

c) neither kind of exception follows the rules of exception propagation

d) an unchecked exception requires no throws clause

e) a checked exception always must be caught by a try block; an unchecked exception does not

+4
Answers (1)
  1. 2 April, 17:00
    0
    Answer: (d) an unchecked exception requires no throws clause

    Explanation:

    A checked exception requires a throws clause whereas an unchecked exception does not require a throws clause.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The difference between a checked and an unchecked exception is: a) checked exceptions need not be listed in a throws clause b) unchecked ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers