Multiple choice technology programming languages

MVC1 architecture is

  1. loosely coupled

  2. not coupled

  3. tightly coupled

  4. coupled

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

MVC1 architecture is tightly coupled because JSP pages handle both presentation (view) and business logic (controller/model). This means changes to business logic require modifying the presentation layer, violating separation of concerns.