Vidyalelo
Java Programming · Q53

Java Session Management and JSP

Programming · Java Programming · question 53

Q53

What temporarily redirects response to the browser?

A.
<jsp:forward>
B.
<%@directive%>
C.
response.sendRedirect(URL)
Answer
D.
response.setRedirect(URL)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board