What is struts and springs in java?
What are the different kinds of actions in struts?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
What is actioninvocation?
What do you mean by action errors and what are the results they force?
What is the use of resourcebundle.properties file in Struts Validation framework?
If the framework doesn’t do what I want, can I request that a feature be added?
Explain about token feature in struts?
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
List some bundled validators?
what is the purpose of action servlet and action?
How to use forward action to restrict a strut application to mvc?
What is struts framework in java?