java servlet: difference between send redirect and forward in servlets

Posted by Sanjeev on Stack Overflow See other posts from Stack Overflow or by Sanjeev
Published on 2010-04-07T11:21:04Z Indexed on 2010/04/07 11:23 UTC
Read the original article Hit count: 219

Filed under:
|

I am using servlet there is two method redirect and forward both are send request to the same page but what is the difference between them.any idea

© Stack Overflow or respective owner

Related posts about java

Related posts about servlets