Right option is (c) The interpreter jumps to the nearest enclosing exception handler
Explanation: When an exception is thrown in a jump statement, the interpreter jumps to the nearest enclosing exception handler, which may be in the same function or up the call stack in an invoking function.