Apache Struts Question:
Download Questions PDF

What are the core classes of the Struts Framework?

Answer:

Struts is a set of cooperating classes, servlets, and JSP tags that make up a reusable MVC 2 design.

► JavaBeans components for managing application state and behavior.
► Event-driven development (via listeners as in traditional GUI development).
► Pages that represent MVC-style views; pages reference view roots via the JSF component tree.

Download Struts Interview Questions And Answers PDF

Previous QuestionNext Question
What are the components of Struts?What is role of ActionServlet?