Tuesday, November 29, 2011

What is the difference b/w sendRedirect() and ?

we can use when we want to forward a page with in the context. using sendRedirect() method we can forward to jsp which is in another context also. And in there will be only one request procesed between client and server whereas in sendRedirect() there will be multiple requests between client and server.
Category:EJB Interview Questions

No comments:

Post a Comment