What are actually Model,view,Controller in MVC Pattern?

Answer Posted / vijayendra ratrey

MVC - is using for separation the business logic and
application data from the presentation data to the user.
MODLE :-Here we put all kind of business logic and methods
for data manipulation(CURD).
VIEW :- it is user interface here user can make request.
it is build by using(html, css, js, etc).
CONTROLLER :- it used for controlling and validating request
and response. it decides where to send the request whether
back to view as a response or send it ot model. Controller
make communication between model and view.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

4. Identify and bound the SOI’s Operating Environment.

3350


What is single tone design pattern in java?

556


What is the builder pattern?

643


Which design pattern is mvc?

630


Is singleton bean thread safe?

566






What is difference between function oriented design and object oriented design?

602


What is a lazy initialization in singleton?

604


What are the benefits of the proxy in the design pattern?

601


What is the difference between 3 tier and n tier architecture?

614


Is bean a singleton?

572


What are the additional productivity features and enhancements included with Quartus II software version 6.0?

1963


What are the most popular design patterns?

586


How do you choose a design pattern?

573


What is the difference between builder and composite?

620


What are the differences between the design patterns and the framework?

604