Ask Question
4 March, 08:18

What happens when an exception is thrown, but the try statement does not have a catch clause that is capable of catching it?

+2
Answers (1)
  1. 4 March, 10:00
    0
    A checked exception indicates something beyond your control has gone wrong ... If an exception does not have a matching catch clause, the current method terminates and throws the exception to the next higher level. If there is no matching catch clause at any higher level, then the program terminates with an error.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What happens when an exception is thrown, but the try statement does not have a catch clause that is capable of catching it? ...” 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