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
What is mvp design pattern?
What is singleton and factory pattern?
Why do we need singleton pattern?
Explain what is good design?
Why is singleton used?
What is the difference between factory and builder design pattern?
What are the types of design patterns?
Is singleton an anti pattern?
What are creational design patterns?
Explain what are 5 common problems in the software development process?
Is singleton bean thread safe?
Which design pattern is mostly used in net?
Is singleton a design pattern?
What is the difference between adapter and facade?
What are the categories in which the design patterns can be divided?