Multiple Choice
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()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Which method of the servlet is/are called
Q16: Which of the following is not true
Q17: Which cannot directly cause a thread to
Q18: Which of the following is not a
Q19: Which of the following is/are true for
Q20: Which of the following is true about
Q21: Which of the following below are abilities
Q22: Which object is used to forward the
Q23: Which of the methods should be implemented
Q24: Which of the following statement is true?<br>A)