In Struts Programming which is the controller,which is the
model?
Answer Posted / kiran
* A Model contains business logic and data.
* A Controller manages overall application flow and
validation.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is request processor and how does it relates to action mapping?
Explain about the process of functioning of the struts program?
What is struts xml?
What’s the utilization of struts.xml configuration file?
What is use of i18n interceptor?
What is life cycle of an interceptor?
How exceptions are handled in struts application?
What is the purpose of @requiredstringvalidator annotation?
What is the purpose of @customvalidator annotation?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Name the different types of actions found in struts.
What is actioninvocation in struts2?
Give the details of xml files used in validator framework?
What is the purpose of @key annotation annotation?
What is the purpose of execute() method?