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 priority queue java?
Why we use multi threading instead of multiprocessing?
Can a list be null in java?
Can a constructor be made final?
Where is stringbuffer stored?
Implement two stacks using a single array.
What do you mean by platform independence?
What are the advantages of encapsulation in java?
What does serializing data mean?
When is update method called?
Why declare Main() inside the class in java ?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is tostring () method?
Which one will take more memory: an int or integer?
Is static a keyword in java?