Q.

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» A. response.sendRedirect()
835
0
Do you find this helpful?
9

Discussion

No comments yet