ServletContext is used for sharing information between:
- Browser and Server
- Client and Server
- JSP and Servlet
- Web components
ServletContext is used for sharing information between web components within the same web application, like servlets, JSP pages, and other resources.
Loading...
Related Quiz
- Servlets are often used for processing and sending the ______ to the client.
- What is the purpose of the AsyncContext in asynchronous servlets?
- How are WebSocket connections initiated in the context of a servlet-based web application?
- Which interface must be implemented by a servlet for asynchronous processing?
- How do you differentiate between checked and unchecked SQL exceptions?