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
Explain the importance of finalize() method.
What 4 doubled?
What is a copy constructor in java?
How does compareto work in java?
Can we have multiple catch block for a try block?
Does chrome use java?
How to invoke external process in java.
Which is dependent variable?
What are locale settings?
What’s the difference between unit, integration and functional testing?
Is 9 a prime number?
Is a boolean variable?
What is the final class?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What are the differences between string and stringbuffer?