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 return keyword in java?
What do you mean by a JVM?
What is difference between printf and scanf?
Explain about public and private access specifiers?
What are java packages?
What is array command?
What is multithreading in java?
What is a variable simple definition?
Convert a BST into a DLL and DLL to BST in place.
What is jrmp?
If goto and const is reserve words than why it is not work in java?
What is string and example?
Why do we need hashset in java?
What is parse method?
What is the significance of continue jump statement? Explain with an example.