What is the significance of the Last-Modified header in HTTP servlet responses?

  • It controls the cache behavior for the servlet response.
  • It indicates the last modification time of the servlet.
  • It signals the client to request the servlet again.
  • It specifies the expiration time of the servlet.
The Last-Modified header informs the client about the last modification time of the servlet, allowing the client to cache the response and avoid unnecessary requests if the content hasn't changed.
Add your answer
Loading...

Leave a comment

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