what are java stuts?
what are there uses

Answers were Sorted based on User's Feedback



what are java stuts? what are there uses..

Answer / gaurav goyal

Struts is a open source framework based on MVC2 pattern.
Struts provide its own Controllerand integrate with other
technologies to provide Model and View.
Some main benifits of using Struts are:
1. Open Source
2. Centeralized configuration
3. Use of bean tag
4. Validation Framework

Is This Answer Correct ?    3 Yes 0 No

what are java stuts? what are there uses..

Answer / m.sivakumar

What is Struts? what are the uses of struts?


the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and XML, as well as various Jakarta Commons packages.


Jakarta Struts is open source implementation of MVC (Model-View-Controller) pattern for the development of web based applications.

Jakarta Struts is robust architecture and can be used for the development of application of any size and Struts framework makes it much easier to design scalable, reliable Web applications with Java.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Struts Interview Questions

how many methods are there in RequestPrccesor class?

2 Answers   Infosys,


What are pull and push mvc architecture and which architecture does struts2 follow?

0 Answers  


What is the actionform?

0 Answers  


session menagement in servlets explaion briefly?

1 Answers  


Why actionservlet is singleton in struts?

0 Answers  






What are the bundled validators?

0 Answers  


What is the flow of requests in struts based applications?

0 Answers  


What are the action classes in struts?

0 Answers  


What is s token?

0 Answers  


What is the difference between plain-validator and field-validator?

0 Answers  


Explain how can we upload files in struts2 application?

0 Answers  


Can we write our own ActionServlet for front controller of Struts Applications?

2 Answers   NIIT,


Categories