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 are structural design patterns?

606


Which design pattern is mostly used in net?

578


What are the examples of the behavioral design patterns?

601


Give me example of chain of responsibility design pattern?

623


What is the difference between proxy and adapter?

607






Why singleton beans are not thread safe?

571


Is bean a singleton?

568


What is proxy in design pattern?

607


Can we use an equated value as operands for an MVC ? Reason for the same.

2023


Why have we used synchronized here?

608


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

3344


What is singleton design pattern in java?

591


Why is singleton bad?

573


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

600


What is mvp design pattern?

672