Multiple choice technology web technology

The < % return; % > simply aborts the processing of JSP

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When a return statement is encountered in a JSP scriptlet (<% return; %>), it immediately terminates the processing of that JSP page and returns control to the caller. This is equivalent to returning from the _jspService() method generated by the JSP container.