Answer Posted / dsr
web.xml is the mapping of servlet pages and context
parameters and configuration files.
It is used for access the web-based application of
perticular servlet.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Can we make constructors static?
Is space a character in java?
What are different types of references?
What is update method called?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Write a program in java to create a doubly linked list containing n nodes.
If I only change the return type, does the method become overloaded?
How do you trim a space in java?
What does a boolean method return?
What is a boolean output?
Can we declare main () method as non static?
Explain the difference between private, public, package and protected in java?
What is namespace in java?