Struts is base on which framework?
-
MVC
-
MVC2
-
both
-
none of them
A
Correct answer
Explanation
Struts framework is based on the Model-View-Controller (MVC) architecture. MVC separates application logic into three interconnected components, promoting modular design and code reuse. The term 'MVC2' refers to a specific variation of MVC used in early Struts versions, but MVC is the fundamental architectural pattern Struts implements.