Multiple choice technology programming languages

Struts framework follows

  1. MVC

  2. View Model

  3. Small Talk

  4. Core page

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

Struts implements the Model-View-Controller architectural pattern, separating application logic (Model), presentation (View), and request handling (Controller). This separation improves maintainability, enables parallel development, and follows standard web application architecture.