Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is MVC?

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


Please Help Members By Posting Answers For Below Questions

What is actionservlet?

1050


What are the two types of validations supported by validator framework?

1063


Explain the difference between plain-validator and field-validator in struts?

1003


How properties of a form are validated in Struts?

1098


How do you find the struts version being used in a project?

978


How does one create an action in struts 2?

1000


Explain architecture of struts2?

1153


What configuration files are used in struts?

1006


Do I have to credit struts on my own website?

1047


What does the term struts mean?

1034


What are the steps used to setup dispatch action?

1094


When should we use SwtichAction?

1114


What is the use of token interceptor in Struts2?

1121


What is purpose of execandwait interceptor?

1156


What are the cons of struts 2?

1053