What Temporarily Redirects Response To The Browser #1292
What temporarily redirects response to the browser?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Session Management JSP API - JSP Elements - Quiz No.1.
What temporarily redirects response to the browser?
<jsp:forward>
<%@directive%>
response.sendRedirect(URL)
response.setRedirect(URL)