Apache Struts Question:
Download Job Interview Questions and Answers PDF
What are the components of Struts?
Answer:
Struts components can be categorize into Model, View and Controller:
► Model: Components like business logic /business processes and data are the part of model.
► View: HTML, JSP are the view components.
► Controller: Action Servlet of Struts is part of Controller components which works as front controller to handle all the requests.
► Model: Components like business logic /business processes and data are the part of model.
► View: HTML, JSP are the view components.
► Controller: Action Servlet of Struts is part of Controller components which works as front controller to handle all the requests.
Download Struts Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Struts framework? | What are the core classes of the Struts Framework? |