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 a parameter in simple terms?
How many arguments can be passed to main ()?
What is your platform?s default character encoding and how to know this?
How can we run a java program without making any object?
What is the importance of static variable?
Name component subclasses that support painting in java programming?
Do I need to import java.lang package any time? Why?
Is java util list serializable?
Explain the polymorphism principle?
What does nextint () do in java?
Are primitives objects?
Difference between notify() method and notifyall() method in java?
What is main function purpose?
what is the purpose of "virtual"?
What does the exclamation mark mean in java?