Ask Question
5 November, 05:00

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

+4
Answers (1)
  1. 5 November, 08:42
    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?
Get 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 & 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