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
Explain the use of sublass in a java program?
How are variables stored in memory?
Why is stringbuffer not immutable?
Break statement can be used as labels in java?
What does microservices mean?
What is thread count in java?
what is the difference between a threads start() and run() methods? : Java thread
What do you mean by flow of struts?
How do you use compareto in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is a for loop in java?
Where are variables stored?
What is number data type?
What is the purpose of skeleton and stub?
What is difference between ++ I and I ++ in java?