From a MVC perspective, Struts provides the
-
Model
-
View
-
Controller
-
ViewController
C
Correct answer
Explanation
In the Model-View-Controller design pattern, Apache Struts serves primarily as the Controller framework by using the ActionServlet and Action classes to process incoming client requests and coordinate application flow. The Model handles business logic, and the View handles page presentation.