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 do you mean by actionmapping?
What are action errors and error?
What are the components of struts?
Why is it called struts?
What is the purpose of @after?
Which class is the Front Controller in Struts2?
What is an interceptor stack?
What is struts-default package and what are it’s benefits?
Explain integrate log4j in struts2 application?
How is the action mapping specified?
What is the use of web xml in struts2?
When it’s useful to use IncludeAction?
How can we display validation errors on jsp page?
What is the purpose of @keyproperty annotation annotation?
What is the purpose of @requiredstringvalidator annotation?