Multiple choice technology web technology

In Struts Model and view doesnt have any components, controller only have all core components

  1. True

  2. False

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

In Struts 1.x, the Controller (ActionServlet + RequestProcessor) handles most of the processing logic and core components. The Model is typically simple business logic, and the View is JSP pages with minimal logic. This centralized control in the Controller is accurate.