What is the difference between session scope and request scope when saving formbean ?
Answer / Gaurav Wadhawan
Session scope saves a form bean for the duration of the user's session, while request scope saves it only for the current HTTP request. This means that a form bean saved in session scope will persist until the user logs out or the session times out, while one saved in request scope will be lost when the request is processed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the forward action utilized for?
What is use of i18n interceptor?
Explain how to work with error tags?
how can i fetch combo box value into my DAO using struts 2?
What is strut web xml?
What applications use apache struts?
How to handle exceptions in structs?
Define struts?
what is tiles in struts?
How do you know what to give for the "path " under in struts-config.xml ?
What is front controller in struts2?
How many types of action clases are there in stuts and their uses?
15 Answers OHO, TCS, Wipro,