<<< Previous question <<< Question ID#0800.md >>> Next question >>>
Which of the following statements about exceptions is NOT true?
- A) Only objects of class Exceptions, classes extending it, and class Error can be thrown
- B) Uncaught exceptions always cause fatal errors
- C) It is recommended that catch(Exception) be the last catch clause
- D) Exceptions can be re-thrown after being caught
Answer
Answer: A, B