×

Loading...

The question itself is not precise.

If we talk about "exit", we are actually discussing the system. Each execution of _jspService(...) method of the Java servlet generated from a JSP page is finished in either of the following two ways: 1) return (return void); 2) throw an Exception.
Report