Answers

Question and Answer:

  Home  Struts

⟩ What is the difference between session scope and request scope when saving formbean?

when the scope is request,the values of formbean would be available for the current request.

when the scope is session,the values of formbean would be available throughout the session.

 150 views

More Questions for you: