Computer Science, asked by yadavpratik3848, 1 year ago

Difference between forward() and sendredirect() method

Answers

Answered by hs26102005
1

Difference Between Forward And sendRedirect In Servlet. The forward() method is executed in the server side. The sendRedirect() method is executed in the client side. ... It does not depend on the client's request protocol since the forward ( ) method is provided by the servlet container.

Answered by himanshu1125
0

Answer:

Above answer is perfect

Similar questions