Answer Posted / eldho k abraham
Model-View-Controller (MVC) is a design pattern put
together to help control change. MVC decouples interface
from business logic and data.
Model : The model contains the core of the
application's functionality. The model encapsulates the
state of the application. Sometimes the only functionality
it contains is state. It knows nothing about the view or
controller.
View: The view provides the presentation of the
model. It is the look of the application. The view can
access the model getters, but it has no knowledge of the
setters. In addition, it knows nothing about the
controller. The view should be notified when changes to the
model occur.
Controller:The controller reacts to the user input.
It creates and sets the model.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are Struts2 core components?
What does it cost to replace struts?
What is apache struts cve 2017 5638?
What is purpose of execandwait interceptor?
Why are frameworks used?
What is the front controller in struts2?
What is the difference between empty default namespace and root namespace?
What are the two scope types for formbeans?
What are inner class and anonymous class?
How action-mapping tag is used for request forwarding in struts configuration file?
Explain integrate log4j in struts2 application?
What is the purpose of action-mappings tag in struct-config.xml?
What are the advantages of spring mvc over struts mvc?
What are the steps required for setting up validator framework in struts?
What do you know about validation plugin ?