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 view and controller logic often mix in the same component (typically JSPs), making separation of concerns difficult. MVC2 improves this with a clear front controller.