What is the purpose of the AsyncContext in asynchronous servlets?

  • To manage asynchronous operations
  • To manage request attributes
  • To manage servlet configuration
  • To manage session attributes
The purpose of the AsyncContext in asynchronous servlets is to manage asynchronous operations, providing methods for starting and completing asynchronous tasks.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *