Home »
MCQs »
Software Architecture MCQs
What do you mean by struts?
56. What do you mean by struts?
- Struts are the Java programs that run on the Java-enabled web server or application server.
- Struts are used to create a web application based on servlet and JSP
- Strut is a framework that provides some abstraction layer, meaning that the programmer does not have to worry about the implementations
Answer: B) Struts are used to create a web application based on servlet and JSP.
Explanation:
Struts is used to create a web application based on servlet and JSP.