12345678910



Question 1: What is the result of adding following header?
response.addDateHeader("Expires",-1);

1. To ensure the page does not get cached at the client browsers.
2. To ensure the page is accessible on any date and page doesnt get expired.