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

What is deployment descriptor?



Posted By: Avi Date: 3 November 2010 03:31:59 PM
 Answer:

A deployment descriptor is an XML based file which describes a web application's  deployment settings.


Posted By: avibtech


Date: 3 November 2010 03:31: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 nHyRZA
Related Questions
JSP : How HTTP Servlet handles client requests?  

How HTTP Servlet handles client requests?  

By using its service method that supports standard HTTP client requests by dispatching each request ....
Category: JSP Date: 11/5/2010 8:46:58 AM
JSP : What is the Max size of a Session Object?

What is the Max size of a Session Object?

There is no such limit on the amount of information that can be saved in a Session Object.  The....
Category: JSP Date: 11/5/2010 8:14:57 AM
JSP : What is session?

What is session?

The session is an object stored on the server used by a servlet to track a user's interaction with a....
Category: JSP Date: 11/5/2010 4:14:56 AM
JSP : How do servlets handle multiple simultaneous requests?

How do servlets handle multiple simultaneous requests?

When a request comes in, the web server will start a new thread and the request is assigned to a thr....
Category: JSP Date: 11/5/2010 2:58:58 AM
JSP : When init() and Distroy() will be called?

When init() and Distroy() will be called?

A init() is called whenever the servlet is loaded for the first time into the web server. Destroy wi....
Category: JSP Date: 11/5/2010 2:25:58 AM