📚 Practice Mode

Java, JavaScript, and C++ Programming Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

What happen if the exception is not caught?

  1. nothing happen, excution will continue.
  2. it will be handled by compiler, and excution stops.
  3. the exception will be rethrown
  4. terminate() function will be called and execution stops.