What is MVC Architecture?
Answer Posted / jac
MVC architecture acts just as an application interface.its
has got 3 parts
1) model
2) view
3) controller
The main aim of MVC architecture is to separate the
business logic and application data from the presentation
data to the user
Advantages
1. They are resuable : When the problems recurs, there is
no need to invent a new solution, we just have to follow the
pattern and adapt it as necessary.
2. They are expressive: By using the MVC design pattern
our application becomes more expressive
| Is This Answer Correct ? | 48 Yes | 6 No |
Post New Answer View All Answers
What is actionservlet?
How client side validation is enabled on a jsp form?
What is s token?
What is struts validator framework?
How can we handle exceptions thrown by application in Struts2?
What is the purpose of @element annotation annotation?
Will the struts tags support other markup languages such as wml ?
What is the purpose of @doublerangefieldvalidator?
What are the core classes of struts framework? Explain
Why is action servlet a singleton in struts?
What configurations are stored in struts configuration file ?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What are the classes used as part of struts framework ?
Which configuration file is used for storing jsp configuration information in struts?
What are the ways in which duplicate form submission can occur?