Multiple choice technology programming languages MVC1 architecture is loosely coupled not coupled tightly coupled 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.