forward() method - Definition - Servlets
Q. Which method is used to send the same request and response objects to another servlet in RequestDispacher ?- Published on 20 Jul 15a. forward()
b. sendRedirect()
c. Both A & B
d. None of the above
ANSWER: forward()