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
What is the purpose of plug-in tag in struct-config.xml?
What is the configuration files used in struts?
What do you mean by actionmapping?
What configuration changes are required to use Tiles in Struts?
What is the purpose of @results?
Describe the basic steps used to create a tiles application?
What does apache struts do?
What are the core components of a struct2 based application?
What is the purpose of constant tag in struts.xml?
What is the use of execAndWait interceptor?
What is the purpose of redirect result type?
Name some of the features of struts2?
What is the difference between validation.xml and validator-rules.xml files in struts?
State an example of struts configuration file as an action parameter for action servlet.
What is the purpose of '@customvalidator'?