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
How we can install struts?
What is the role of action class in struts?
Explain how to work with error tags?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the purpose of execute method of action class?
Explain about logic match tag?
What is apache struts used for?
What is the use of form bean in struts?
What is dispatch action class?
What are the different kinds of actions in struts?
What are the major differences between html tags and strut specific html tags?
What is struts actionmapping?
Are actions thread safe?
When it’s useful to use IncludeAction?
What is the purpose of @results annotation?