The response header __________ is crucial for indicating a file download rather than display.
- Content-Type
- File-Disposition
- File-Type
- Response-Content
The response header Content-Disposition is crucial for indicating a file download rather than display.
Loading...
Related Quiz
- What is the purpose of implementing the HttpSessionBindingListener interface?
- In a servlet, how can you log an exception along with the stack trace?
- To read uploaded files in a servlet, the __________ method is commonly used.
- In a high-load scenario, a web application is unable to obtain database connections quickly. What aspect of connection pooling should be optimized?
- What method is used to execute a stored procedure using a CallableStatement?