Answer Posted / harikumar
web.xml is used specify the name of our servlet
class,servlet name & url-pattern to the server.
Then onle server can identify our class after calling from
the browser defined in servlet mapping tag inside the
web.xml.
web.xml is used to map our application.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a generic code?
Can we restart a dead thread in java?
what is the purpose of using rmisecuritymanager in rmi?
What type of variable is error flag?
why not override thread to make a runnable? : Java thread
Explain what pure virtual function is?
What is the purpose of the main method?
What is arrays sort in java?
How many bytes is string in java?
Difference between serialization and deserialization in java?
List down the methods and interfaces of collection class in java.
What are the types of literals?
What is the Scope of Static Variable?
Explain different ways of creating a thread?
What is the difference between jdk, jre, and jvm?