MVC 1 vs MVC 2
Review the differences between MVC 1 and MVC 2 in a structured comparison table, then continue with related interview questions, quizzes, and similar topic comparisons.
Difference Between
MVC 1 vs MVC 2 - A key comparison and difference of the topics or subjects that will help you understand which is best for your use case. Check out to compare MVC 2 and MVC 1 as very common job interview questions.
Difference between MVC 1 and MVC 2
MVC 1 vs MVC 2 - A key comparison and difference of the topics or subjects that will help you understand which is best for your use case. Check out to compare MVC 2 and MVC 1 as very common job interview questions.
|
MVC 1
|
MVC 2
|
|---|---|
| In MVC1, only one component is responsible for receiving request and sending response. | In MVC2, there is separate components for receiving and sending response. i.e. Controller & View. |
| MVC1 associates the presentation logic with the business logic. | MVC 2 isolates or disassociates the presentation logic from business logic. |
| In MVC 1, business logic and presentation Logic is combined so web designer and web developer cant work simulateously. | Since both logics are separate that's why designer and developer can work together. |
| Doesn't support reusability of application components. | Reusability of components. |
| In MVC 1, controller and model,both are JSP. | While controller is servlet and model is java class. |
| In MVC1 there is tight coupling between page and model as data access is usually done using Custom tag or through java bean call. | In MVC2 architecture there is only one controller which receives all the request for the application and is responsible for taking appropriate action in response to each request. |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Related differences
Explore similar comparisons connected to MVC 1 and MVC 2 for broader context and interview preparation.
Get differences from below
Browse all available topic comparisons below, or use the search field above to narrow the list instantly.