1.

Which of the following is used to redirect the response from a servlet to a JSP page?

A. response.sendRedirect()
B. request.sendRedirect()
C. request.forward()
D. response.forward()
Answer» B. request.sendRedirect()


Discussion

No Comment Found