What is war file?



What is war file?..

Answer / Rani Tyagi

A WAR (Web Archive) file is a standard Java archive format used for packaging and deploying web applications. It contains all the application resources, including servlets, JSPs, HTML pages, images, and other required files, along with the deployment descriptor (web.xml).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

How can a servlet refresh automatically if some new data has entered the database?

3 Answers   Citi Bank, CitiGroup, IBM, Satyam,


Write a program to show the functionality of servlets.

1 Answers  


Who is responsible for writing a constructor?

1 Answers  


What is session?

1 Answers  


how the server will know its the same jsp page?

3 Answers   HCL,


Are Servlets Thread Safe? How to achieve thread safety in servlets?

1 Answers  


Which java framework is most popular?

1 Answers  


when will cookie information destroy?

7 Answers  


What is a deployment descriptor?

1 Answers  


Can we use threads in Servlets?

1 Answers  


What is meant by cookies?

1 Answers  


How can a servlet be used to generate plain text instead of html?

1 Answers  


Categories