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


Please Help Members By Posting Answers For Below Questions

What is the purpose of interceptors?

532


What is the purpose of @conversion?

607


What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?

572


Whats the difference between the default namespace and the root namespace?

521


What is java struts?

543






Are struts still used?

520


When it’s useful to use IncludeAction?

556


What is the role of action class?

571


How many action classes can be used in struts application?

514


What are the action classes in struts?

524


What is difference between lookupdispatchaction and dispatchaction?

633


How the flow of various requests happens in struts application?

536


What is apache struts vulnerability?

548


What applications use apache struts?

499


Can we use struts and spring together?

538