JSP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 146 Page Views: 

What is a WAR file?



Posted By: Avi Date: 5 November 2010 03:41:59 PM
 Answer:

WAR(Web Archive) is a compressed version of web application and used to deploy the web application.


Posted By: avibtech


Date: 5 November 2010 03:41:59 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image fH8ym2
Related Questions
JSP : Can we implement an interface in JSP ?

Can we implement an interface in JSP ?

No
Category: JSP Date: 11/6/2010 10:57:57 AM
JSP : Why are my checkboxes not being set from ON to OFF?

Why are my checkboxes not being set from ON to OFF?

A problem with a checkbox is that the browser will only include it in the request when it is checked....
Category: JSP Date: 11/6/2010 6:47:00 AM
JSP : What's the difference between forward and sendRedirect?

What's the difference between forward and sendRedirect?

forward is server side redirect; when it is invoked, the request is sent to another resource on the....
Category: JSP Date: 11/6/2010 4:35:56 AM
JSP : What are the uses of ServletRequest?

What are the uses of ServletRequest?

The ServletRequest gives information such as the names of the parameters passed by the client, the p....
Category: JSP Date: 11/6/2010 2:46:58 AM
JSP : How do you communicate between the servlets?

How do you communicate between the servlets?

By using RequestDespatcher interface and servlet chaining.
Category: JSP Date: 11/6/2010 2:13:58 AM