Answer Posted / deepa vg
The web.xml is called the deployment descriptor. It is used
to provide details about the deployment of the web
application.
At a very minimum, it tells the servlet container the
version of the servlet specifications to use for the app.
Additionally, since you are using servlets, you have to use
it to provide details about the class of your servlets, and
the URL to use for mapping HTTP requests to the servlet.
You also can specify security roles and limited access for
pages, define attributes to store application-wide, define
specific pieces of information for JSPs, define MIME-Type-
Mappings, Welcome Page file names, and other details about
the Servlet Context.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does string mean in java?
What are the important features of Java 10 release?
Does hashset allow duplicates in java?
Is it possible to use string in the switch case?
Explain the difference between an object-oriented programming language and object-based programming language?
What is the primary benefit of encapsulation?
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
Is zero a natural number?
What kind of variables can a class consist?
What is method reference in java?
Can static methods be inherited?
Write an algorithm for quick sort?
Is age a discrete variable?
What do you understand by weak reference?
What is static import in java?