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 |
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.
Who is responsible for writing a constructor?
What is session?
how the server will know its the same jsp page?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Which java framework is most popular?
when will cookie information destroy?
What is a deployment descriptor?
Can we use threads in Servlets?
What is meant by cookies?
How can a servlet be used to generate plain text instead of html?