Multiple choice technology What is the design role played by Struts in MVC Model View Services 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.