Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Servlets
« Previous
Next »
A deployment descriptor describes
Options
- web component response settings
- web component settings
- web component request objects
- All of the above
CORRECT ANSWER : web component settings
Discussion Board
Deployment Descriptor
Web application in Java use a deployment descriptor file to determine how URLs map to servlets, which URLs require authentication, and other information needed by web. It contains the overall web component settings and this file is named web.xml, and resides in the app's WAR under the WEB-INF/ directory. web.xml is part of the servlet standard for web applications.
Deployment descriptor describes the classes, resources and the configuration for the application as well as the information on the usage of web server to serve the requests. When the web server receives a request for the application, it uses the deployment descriptor to map the URL of the request to the code that handle the request.
Rohit Sharma 11-27-2014 05:11 PM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Java Beginner (11)
Java (39)
Java (40)
Java (22)
Java (30)
Java (25)
Java (20)
Java (20)
Core Java (20)
Core Java (10)
Core Java (72)
EJB (20)
JDBC (20)
Applet (20)
Struts (21)
Servlets (20)
Java Web Services (20)
Javascript (40)
J2EE (10)
jQuery (46)
Advertisement
▲