What occurs when an exception is not caught in the current method?
What occurs when an exception is not caught in the current method?
options:
| The exception is ignored |
| The exception is rethrown |
| The exception is propagated to the method that called the current method |
| The program always terminates and displays an error message |