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?

Answers were Sorted based on User's Feedback



What is MVC?..

Answer / 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

What is MVC?..

Answer / ravikumar

Model : Business Logic related to database modelling

View : Presentaion such as JSP, HTML, etc.

Controller : Controlls the requests and responses

Is This Answer Correct ?    3 Yes 0 No

What is MVC?..

Answer / foujil ameen

The main aim of the MVC (Model View Controller) architecture
is to separate the business logic and application data from
the presentation data to the user.

Is This Answer Correct ?    2 Yes 0 No

What is MVC?..

Answer / vikas

MVC, An architecture used for separating Business Layer
functionality represented by javabeans(the model) from the
Presentation Layer functionality represented by JSPs(the
view) using an intermediate servlet based controller.

Is This Answer Correct ?    2 Yes 0 No

What is MVC?..

Answer / guest

Model View Controller

Is This Answer Correct ?    1 Yes 0 No

What is MVC?..

Answer / venkat

MVC

Model View Controller

->Using of mvc means there will be clean seperation layers
in application devolopmaent.
->modification done in one layer does not disturb the
another layer.
->Because of parallal devolopement the productivity is
always better.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

what are componeents presents in Strutsconfig.xml?

2 Answers   HCL,


What are the core classes of struts framework? Explain

0 Answers  


How can we display all validation errors to user on jsp page?

0 Answers  


How do I access token?

0 Answers  


in struts without integrate hibernate how to use directly explain?

1 Answers   HCL,


What are Struts properties?

2 Answers   VI eTrans,


Describe the two types of formbeans.

0 Answers  


How we can configured action mapping in struts?

0 Answers  


What are action errors and error and what are the consequences they impose?

0 Answers  


What is the purpose of @doublerangefieldvalidator?

0 Answers  


Is struts thread safe?

4 Answers   HCL, Mphasis,


wahts the diif between Mvc1 and Mvc2?

3 Answers   Wipro,


Categories