What is struts and why it is used?



What is struts and why it is used?..

Answer / Lav Kant

Apache Struts is an open-source web application framework for developing Java EE applications. It provides a structural framework for creating enterprise-ready, modular web applications while promoting reusability of code and separation of concerns. Struts offers features like internationalization, form validation, and action delegation, making it easier to manage complex applications with consistency and maintainability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

In how many ways duplicate form submission can occurs?

1 Answers  


In struts.xml, what does the attribute "method" stands for in the "action" tag?

1 Answers  


What validate() and reset() method does ?

1 Answers  


What is action servlet in struts?

1 Answers  


what are the actions in struts?

10 Answers   Nihilent, Wipro,


What is the use of lookupdispatchaction?

1 Answers  


What is apache struts vulnerability?

1 Answers  


Why was reload removed from struts (since 1.1)?

1 Answers  


How to set email notification using struts.Plz give the example code?

5 Answers   HCL,


What is form bean in struts?

1 Answers  


What is the purpose of @stringlengthfieldvalidator annotation?

1 Answers  


How to get data from the velocity page in a action class?

1 Answers  


Categories