Ask Question
12 May, 04:02

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

+5
Answers (1)
  1. 12 May, 07:25
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers