Java JSB Servlets Question and Answers
9. | What do you understand by Servlet Mapping? |
---|---|
|
|
10. | What is meant by web application? |
---|---|
A web application is a collection of servlets and contents installed under a specific subset of the server's URL namespace such as / catalog and possibly installed via a .war file. | |
11. | What is ServletContext? |
---|---|
|
|
12. | What are the type of protocols supported by HTTPServlet? |
---|---|
|
|