Apache Struts Question:
Download Questions PDF

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

Answer:

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.

Download Struts Interview Questions And Answers PDF

Previous QuestionNext Question
Can we have more than one struts-config.xml file for a single Struts application?What are the different kinds of actions in Struts?