Friday, 7 September 2012

What is the key difference between using a and HttpServletResponse.sendRedirect()? | JAVA JSP

A. forward executes on the client while sendRedirect() executes on the server.
B. forward executes on the server while sendRedirect() executes on the client.
C. The two methods perform identically.

ANS: B


No comments: