1.
In JSP, which of the following methods is used to set a response header with the desired name and the integer value?
2.
Which of these helps set a response header in JSP?
3.
In JSP, which of the following methods is used to set a response header with the desired name and the date?
4.
In JSP, which of the following methods is used to set the buffer size for the body of a response?
5.
In JSP, which of the following methods is used to send a temporary redirect response by using the specified redirect location URL?
6.
In JSP, which of these helps send an error response to a client by using a specified status?
7.
In JSP, which of the following methods is used to send an error response as well as clear the buffer?
8.
In JSP, which of the following methods is used to clear any data that exists in the buffer, status code, and headers?
9.
In JSP, which of these helps force any content in the buffer to be written to the client?
10.
In JSP, which of the following methods is used to add a name and a string value to response headers?