Mark As Completed Discussion

Try this exercise. Click the correct answer from the options.

Which of the following statements is true about checked and unchecked exceptions in Java?

Click the option that best answers the question.

  • Checked exceptions are checked at compile-time, while unchecked exceptions are checked at runtime.
  • Checked exceptions are checked at runtime, while unchecked exceptions are checked at compile-time.
  • Both checked and unchecked exceptions are checked at compile-time.
  • Both checked and unchecked exceptions are checked at runtime.