What is the difference between mvc and mvp?



What is the difference between mvc and mvp?..

Answer / Sandeep Bhatia

The main difference between MVC and MVP lies in the distribution of responsibilities. In MVC, the Controller handles user input and navigations, while the Presenter (a part of MVP) handles data retrieval and manipulation. Additionally, MVP allows for a more loosely coupled implementation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

What are the exception filters in mvc?

1 Answers  


What is the use of mvc?

1 Answers  


How does view data differ from view bag in mvc?

1 Answers  


What is filter mvc?

1 Answers  


What is the advantages of mvc?

1 Answers  


What is lazy loading in mvc?

1 Answers  


What is get and post actions types?

1 Answers  


What is the page Lifecycle of the MVC ?

1 Answers   Beahead Private Limited,


What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?

1 Answers  


Is angular mvvm or mvc?

1 Answers  


What is domain model in mvc?

1 Answers  


What is mvc request life cycle?

1 Answers  


Categories