Answer Posted / shankar reddy
The web.xml file provides configuration and deployment
information for the Web components that comprise a Web
application. Examples of Web components are servlet
parameters, servlet and JavaServer Pages (JSP) definitions,
and Uniform Resource Locators (URL) mappings.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a method in java?
How does java pattern compile work?
What is the final field modifier?
Is void a keyword in java?
What is meant by object oriented programming – oop?
Can we sort array in java?
In case of inheritance what is the execution order of constructor and destructor?
For class CFoo { }; what default methods will the compiler generate for you>?
What is method overloading in JAVA? Why is it not present in C ?
State the difference between strings and arrays.
What is a platform?
What is enhanced loop in java?
What does it mean that strings are immutable?
How do you square a number in java?
Can you declare an interface method static?