Which HTTP header is commonly used to control cache behavior in web browsers?
- Cache-Control
- Content-Encoding
- Expires
- Last-Modified
The Cache-Control header is commonly used to control cache behavior in web browsers by specifying directives for caching mechanisms in both requests and responses.
Loading...
Related Quiz
- In the deployment descriptor, the __________ tag is used to specify which requests are passed through a particular filter.
- The __________ method can be used to get runtime information about memory usage.
- If an SQL exception occurs in a method that performs multiple database updates, how should the exception be handled to maintain data integrity?
- Describe how you would configure a filter to initialize with predefined parameters.
- What is the primary purpose of using a connection pool in database interactions?