Multiple choice technology web technology

From MVC Prespective, Struts provides

  1. Model

  2. View

  3. Controller

  4. None of the above

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

From an MVC perspective, Struts framework primarily provides the Controller layer through ActionServlet, RequestProcessor, and Action classes that handle request routing and workflow. The Model is represented by ActionForms and business logic, and the View is JSP pages - Struts ties them together but doesn't implement Model or View directly.