advantages& 5 disadvantages of MVC architecture
Answer Posted / sudhir
1) Clear separation between presentation logic and business
logic.
2)Each object in mvc have distinct responsibilities.
3)All objects and classes are independent of each other.
so change in one class does't need alternation in other
classes.
4)Easy to maintain the code and future improvements.
| Is This Answer Correct ? | 44 Yes | 21 No |
Post New Answer View All Answers
How is forward action used for integration?
What do struts do?
What is the default suffix for Struts2 action URI and how can we change it?
Why do we use struts?
What is action support class in struts2?
What is the purpose of @expressionvalidator annotation?
What is the purpose of struct-config.xml in struct2?
Explain about struts relation to html tags?
What is the purpose of form-beans tag in struct-config.xml?
What is the use of lookupdispatchaction?
What are the ways in which duplicate form submission can occur?
How struts 2 validation works?
What are different ways to create Action classes in Struts2?
How exceptions are handled in struts application?
How nested beans can be used in Struts applications?