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
How many ways can you break a singleton class in java?
What is the use of java?
Can we declare an array without size in java?
Why is the main method declared static?
What is meant by final class?
Differentiate between a class and an object.
5 Coding best practices you learned in java?
How do you use substring in java?
Give example to differentiate between call by value and call by reference.
Write a program to find the greatest of three numbers in java?
What is the Scope of Static Variable?
What are meta-annotations?
Difference between current previous versions of Java?
Explain the significance of listiterator.
Explain polymorphism citing an example.