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 the difference between size and length in java?
What’s the difference between unit, integration and functional testing?
What is the difference between int and integer in java?
What is an infinite loop in java? Explain with an example.
What does it mean to flush a file?
Why arraylist is used in java?
What are the limitations of procedural programming approach?
What is a default method?
Is integer immutable in java?
What is the difference between declaration and definition in java?
Is java an open source?
How to avoid memory leak in java?
What is a singleton factory?
What is t in generics in java?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?