Question: What pattern does Spring MVC implement to delegate request processing to controllers?

  1. Front Controller
  2. Facade
  3. Reactive Chain
  4. Observer

Answer: The correct answer of the above question is Option A:Front Controller