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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Struts Job Interview Questions And Answers