Answer Posted / shiva
web.xml is useful to map the url pattern given by the client
to the appropriate servlet. This is the main purpose of the
web.xml.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the benefit of using enum to declare a constant?
Explain the difference between an Interface and an Abstract class?
What is local variable and instance variable?
Is string serializable in java?
How do you classify Dialog Box?
what is singleton class in java?
Write a function for palindrome and factorial and explain?
What is the difference between ArrayList and Vector? which one is better in Java
Compare overloading and overriding?
What does those terms actually mean included in the j.d.k i.6?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How do you remove all elements from an arraylist in java?
Why is multiple inheritance not supported in java?
Enlist few advantages of inheritance?
What is hash in java?