What temporarily redirects response to the browser?
(a) <jsp:forward>
(b) <%@directive%>
(c) response.sendRedirect(URL)
(d) response.setRedirect(URL)
The question was posed to me at a job interview.
This interesting question is from JSP Elements topic in section Session Management, JSP & API of Java