Q53
What temporarily redirects response to the browser?
A.
<jsp:forward>
B.
<%@directive%>
C.
response.sendRedirect(URL)
AnswerD.
response.setRedirect(URL)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board