What can a method do with a checked exception? Check the exception or ignore it. Return the exception to the sender or handle it in a catch block. Throw the exception to the method that called this method, or handle the exception in a catch block. Handle the exception in the try block or handle the exception in the catch block.
+1
Answers (2)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What can a method do with a checked exception? Check the exception or ignore it. Return the exception to the sender or handle it in a catch ...” 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.
Home » Computers & Technology » What can a method do with a checked exception? Check the exception or ignore it. Return the exception to the sender or handle it in a catch block. Throw the exception to the method that called this method, or handle the exception in a catch block.