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
Why we use struts over servlets?
Is struts 1 still supported?
What is struts2 framework?
In struts, how can we access java beans and their properties?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What do you mean by inner class and anonymous class?
What are best practices to follow while developing Struts2 application?
Why actionservlet is singleton in struts?
How many servlet controllers are used in a Struts Application?
Explain struts.devmode?
Why do we use struts?
What do you mean by ognl?
Can you explain value stack?
Why are frameworks used?
When should be opt for struts framework?