Multiple choice technology

What is struts?

  1. Technology

  2. Frameworks

  3. Java Development Tool Kit

  4. Language

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

Struts is a web application framework for Java that follows the Model-View-Controller (MVC) architecture pattern. It provides structure for building web applications, handling requests, managing views, and separating business logic from presentation. A framework provides reusable components and conventions, unlike a language, technology, or JDK.