InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Servletcontext ? |
|
Answer» Using SERVLETCONTEXT, We can ACCESS data from its environment. Servlet CONTEXT is common to all Servlets so all Servlets SHARE the INFORMATION through ServeltContext. Using ServletContext, We can access data from its environment. Servlet context is common to all Servlets so all Servlets share the information through ServeltContext. |
|