Multiple choice technology web technology

Which one is not the usage of MVC Framework?

  1. Supports Test Driven Development

  2. Separation of the Concern

  3. Support REST URLs

  4. Renders view state

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

MVC Framework explicitly does NOT use view state (that's a Web Forms feature), which is one of its advantages for cleaner markup and better performance. MVC does support TDD, provides separation of concerns, and supports RESTful URLs - these are all benefits/usages, not things it doesn't do.