Which interface must be implemented by a servlet for asynchronous processing?
- AsyncListener
- AsyncProcessor
- Asynchronous
- Callable
A servlet must implement the Async interface to support asynchronous processing. This interface provides methods for starting and completing asynchronous tasks.
Loading...
Related Quiz
- _________ in connection pools helps to identify and replace connections that are no longer viable.
- Filters can be used to implement __________, which is a common requirement in web applications.
- How does the 'String Pool' in Java affect memory management?
- A developer is optimizing an application that frequently queries a large database. What strategies should be considered?
- What is the primary purpose of using HTTPS instead of HTTP in servlets?