Multiple choice technology programming languages

What is struts?

  1. A Technology

  2. A Frameworks

  3. A Java Development Tool Kit

  4. A Language.

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

Struts is a web application framework for Java. A framework provides structure, reusable components, and a standard architecture for building applications. Option A 'Technology' is too vague - Struts uses technology but isn't itself 'a technology'. Option C 'Java Development Tool Kit' refers to JDK. Option D 'A Language' is incorrect. Struts is specifically an MVC framework that helps organize web applications.