Answer Posted / shiva
web.xml is useful to map the url pattern given by the client
to the appropriate servlet. This is the main purpose of the
web.xml.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is the difference between Object Based Language and Object Oriented Language?
How does indexof work?
Can we have try without catch block?
How do you achieve polymorphism in java?
How do you write methodology?
Why is stringbuffer not immutable?
How do you add an element to an arraylist in java?
How do I convert a string to an int in java?
What is matcher in java?
How does remove work in java?
What does java stand for?
What are java methods?
What is difference between array and vector?
How do you sort objects in java?
Can we define static methods inside interface?