Home » JAVA Programming » Java Basic » Question
  1. What temporarily redirects response to the browser?
    1. response.setRedirect(URL)
    2. <%@directive%>
    3. response.sendRedirect(URL)
    4. None of these
Correct Option: D

response.sendRedirect(URL) directs response to the browser and creates a new request.



Your comments will be displayed only after manual approval.