Ask Question
11 April, 16:06

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

+2
Answers (1)
  1. 11 April, 18:15
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers