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

What is the concurrency design pattern?

708


What is the gang of four design pattern?

609


Using any system, product, or service your organization provides, identify the human system roles for the product.

2192


What is the singleton design pattern?

629


Explain three types of components comprise an application design?

581






What is mvp design pattern?

672


Quartus II software version 6.0 is available for which operating systems (OS)?

1921


Explain what is good design?

621


What is the factory pattern in the design pattern?

742


Is singleton a design pattern?

599


Can we have this pattern implemented using static class?

575


What are the types of participants of the prototype design pattern you will get?

586


What are the main types of concurrency design patterns?

582


What is clean architecture?

571


Is singleton an anti pattern?

583