Multiple choice technology web technology

Struts is base on which framework?

  1. MVC

  2. MVC2

  3. both

  4. none of them

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

Struts framework implements the MVC (Model-View-Controller) design pattern. It separates the application logic into three interconnected components: Model (data), View (presentation), and Controller (logic). Option A correctly identifies this foundational architectural pattern that Struts is built upon.