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 servlets 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 servlets in the context can use. |
|