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 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.