Multiple choice technology web technology

What are the components of Struts 1.3?

  1. Model

  2. View

  3. Controller

  4. ALL of the above

  5. None of the above

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

Struts 1.3 follows the MVC (Model-View-Controller) architecture pattern. The Model represents business logic and data, the View handles presentation (JSP pages), and the Controller manages application flow (ActionServlet). All three components are essential parts of the Struts framework.