How is an asynchronous task started in a servlet?

  • asyncTask.start()
  • beginAsync()
  • initAsync()
  • startAsync()
An asynchronous task in a servlet is started using the startAsync() method. This method initiates asynchronous processing and returns an AsyncContext for managing the asynchronous task.
Add your answer
Loading...

Leave a comment

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