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
Which data type is a class in java?
What is static class
What does I ++ mean?
Is void a type?
What does serializing data mean?
What about abstract classes in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is singleton pattern?
What does @param args mean in java?
What is thread start?
What is string in java is it a data type?
How strings are created in java?
Why for each loop is used?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is argument in java?