Multiple choice technology

What is the design role played by Struts in MVC

  1. Model

  2. View

  3. Services

  4. Controller

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

Struts implements the Controller role in MVC architecture. It handles user requests, coordinates interaction between Model (data/business logic) and View (presentation), and manages the flow of the application.