What's the difference between mvc and mvp?
Answer / Akshay Deep Nariyal
The main difference between MVC and MVP (Model-View-Presenter) lies in how they handle the user interface. In MVC, the View is passive and can't manipulate data, while in MVP, the Presenter acts as a middleman between the Model and View and can update the View directly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the settings to be done for the Routing to work properly in an MVC application ?
What is latest mvc version?
Explain MVC (Model-View-Controller) in general?
What is the difference between partial view and layout in mvc?
What is spring mvc model?
List out a few different return types of a controller action method?
What is the difference between webforms and mvc?
How you can manage code security in mvc?
How does mvc routing work?
Why was mvc developed?
Mention what is the difference between viewdata and viewbag?
What is the role of a controller in an MVC application?