Tuesday, November 29, 2011

When we are saving form bean ,What is the difference between session scope and request scope.

If you are using request scope the ActionForm is available only until the end of the request/response cycle.one the response has been returned to the client the actionform and the data within it are no langer accessible.if u want to keep the form data around for langer than a sigle request your can fonfig an actonform to have session scope
Category:Servlet Interview Questions

No comments:

Post a Comment