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 meant by design pattern?
What is the concurrency design pattern?
Can we make the reference instance non static?
What are the main types of concurrency design patterns?
Describe the builder design pattern
What is the gang of four design pattern?
What are the disadvantages of singleton pattern?
What is difference between function oriented design and object oriented design?
What is the design pattern?
What are the 23 design patterns?
Which design pattern is mostly used in net?
What is the use of repository pattern?
What is the creational design pattern?
Why is singleton bad?
What are useful tools for developing and testing color schemes for web sites?