The __________ method of AsyncContext is used to dispatch the request to another servlet.
- dispatch()
- forward()
- include()
- sendRedirect()
The dispatch() method of AsyncContext is used to dispatch the request to another servlet during asynchronous processing.
Loading...
Related Quiz
- When a session is passivated or activated, the __________ interface provides the necessary notifications.
- In asynchronous servlets, the __________ method of AsyncContext sends the response to the client.
- What is the risk of having instance variables in a servlet?
- How is a servlet configured in a web application?
- _________ scaling involves adding more resources to the existing servers.