Multiple choice technology

Spring MVC is a request-based framework.

  1. True

  2. False

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

Spring MVC is fundamentally designed around the request-response lifecycle. Each HTTP request is handled by a dispatcher servlet, routed to controllers, and generates a response - making it a request-based framework.