Hi friends am new to java. I read jar file means collection
of java files. For executing struts application what are
the necessary jar files. " struts.jar " file contains
what. can u explain



Hi friends am new to java. I read jar file means collection of java files. For executing struts ap..

Answer / Anshu Rathi

Struts is a popular Java web application framework that helps in building enterprise-level applications. To execute a Struts application, you will need several Jar files in your project's classpath:
1. struts.jar - contains core Struts classes and libraries
2. commons-beanutils.jar - provides utility classes for working with JavaBeans
3. commons-collections.jar - offers various collection utilities
4. commons-logging.jar - provides logging functionality
5. jsp.jar - contains JSP (JavaServer Pages) libraries
6. servlet.jar - includes Servlet and HTTP-related classes
7. xercesImpl.jar - parses XML documentsnThe Struts.jar file primarily contains the core Struts classes that help manage the application's business logic, controllers, validation, interceptors, actions, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can private class be extended java?

1 Answers  


what is difference between global methods and local methods?

1 Answers  


Can we declare an interface as final?

1 Answers  


What are java methods?

1 Answers  


How to create a base64 decoder in java8?

0 Answers  


what is function overloading in java?

1 Answers   Tavant Technologies, TCS, Virtusa,


What is function overriding and overloading in java?

1 Answers  


What is indexof?

1 Answers  


What is the Vector class?

3 Answers  


What is thread?

7 Answers   BMC, Virtusa,


What is an object-oriented paradigm?

5 Answers  


What is the static field modifier?

1 Answers  


Categories