Why actionservlet is singleton in struts?
Answer / Udit Jain
ActionServlet is singleton in Struts because it manages all instances of Action classes and coordinates their interaction with the servlet container. Having only one instance ensures that there are no conflicts or inconsistencies among different requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
can we change the location of struts-config.xml file?
What's mvc pattern ?
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
Where can I get a copy of struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What are the important methods of actionform?
What is struts? Explain
What is the purpose of @doublerangefieldvalidator?
What do you mean by inner class and anonymous class?
Which library is provided by struts for form elements like check boxes, text boxes etc?
Why do the struts tags provide for so little formatting?
How can we display all validation errors to user on jsp page?