Multiple choice technology

What is Struts?

  1. Web page development framework

  2. Alternative to EJB architecture

  3. Design pattern

  4. None of the above

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

Apache Struts is a web application framework for Java that facilitates developing web pages. It uses MVC (Model-View-Controller) architecture and extends the Java Servlet API. While it relates to web architecture, it's not specifically an EJB alternative (though it can work alongside or replace some EJB use cases) nor is it just a design pattern.