Multiple choice technology programming languages

From a MVC perspective, Struts provides the

  1. Model

  2. View

  3. Controller

  4. ViewController

Reveal answer Fill a bubble to check yourself
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.