InterviewSolution
Saved Bookmarks
| 1. |
What Is Servlet Context? |
|
Answer» The Servlet context is an object that CONTAINS a information about the Web APPLICATION and container. USING the context, a Servlet can log events, obtain URL references to resources, and set and store attributes that other Servlet in the context can use. The Servlet context is an object that contains a information about the Web application and container. Using the context, a Servlet can log events, obtain URL references to resources, and set and store attributes that other Servlet in the context can use. |
|