To retrieve an AsyncContext object in a servlet, you use the __________ method of the HttpServletRequest.
- getAsyncContext()
- initAsync()
- retrieveAsync()
- startAsync()
To retrieve an AsyncContext object in a servlet, you use the getAsyncContext() method of the HttpServletRequest.
Loading...
Related Quiz
- To set a date in a PreparedStatement, the method _________ is used.
- In servlets, the _________ mechanism is used to encrypt data transmitted over the network.
- When implementing a servlet to handle form data from a dynamically generated form with varying field names, what strategy should be employed?
- A transaction's property ensuring that either all its operations are completed successfully, or none are, is known as _________.
- The concept of ________ allows multiple users to make changes to the database without affecting each other.