Answer Posted / kalyan
Struts follows the MVC design Pattern .Struts framework is
resuable,semi finished web-application that can be
customized to develpo a specific application.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Which design pattern is implemented by Struts2 interceptors?
What do you mean by the abstract package in struts2, and what is its utilization?
What is the difference between requestaware and servletrequestaware interface?
What is the different actions available in struts?
How the flow of various requests happens in struts application?
How can duplicate form submission be handled in struts 2?
What is role of actionservlet?
What is http forward?
What are the two scope types for formbeans?
What is the purpose of execute method of action class?
What is actioninvocation in struts2?
What is the use of namespace in action mapping in Struts2?
What does it cost to replace struts?
What is the front controller in struts2?
What do you mean by inner class and anonymous class?