Struts is base on which framework?
-
MVC
-
MVC2
-
both
-
none of them
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.