What are struts in java?



What are struts in java?..

Answer / Pankaj Sharma

Struts is a popular open-source Java web application framework that makes it easier to create and maintain Java applications by providing predefined templates and tools for common web development tasks such as handling HTTP requests, validating user input, and managing business logic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

why servlet is used as controller not JSP?

9 Answers   MCS,


What is the role of action class in struts?

1 Answers  


I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the

0 Answers   Techno Solutions,


What is Hibernate?

4 Answers  


How struts control data flow?

1 Answers  


How to forward from Array List to Jsp in Struts ActionServlet class?

8 Answers  


How you will enable front-end validation based on the xml in validation.xml?

1 Answers  


what is use of assert keyword in java..?

1 Answers  


What are the conditions for actionform to work correctly?

1 Answers  


What is the purpose of form-be tag in struct-config.xml?

1 Answers  


what is is the use DynaActionForm?

3 Answers   TCS,


Explain about the future of struts?

1 Answers  


Categories