Which of the following techniques is effective for reducing response time in servlets?

  • Disabling servlet caching.
  • Increasing the servlet buffer size.
  • Minimizing the use of session objects.
  • Using asynchronous processing.
Using asynchronous processing in servlets is effective for reducing response time by allowing the server to handle other tasks while waiting for I/O operations, leading to improved overall system responsiveness.
Add your answer
Loading...

Leave a comment

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