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 are the Core classes of Struts Framework?
What are the important methods of actionform?
What is the difference between session scope and request scope when saving formbean ?
Is struts efficient?
Where should struts xml be placed?
What configuration changes are required to use Tiles in Struts?
What is the significance of logic tags in Struts?
How action-mapping tag is used for request forwarding in struts configuration file?
What is apache struts used for?
What inbuilt themes are provided by struts2?
How to upload struts file?
What is the use of forwardaction?
What is the forward action utilized for?
What is the purpose of @createifnull annotation annotation?
How can link tag’s action attribute be used?