1.
In JSP, which of the following is used to insert the properties of a JavaBean into the output?
2.
In JSP, which of the following methods returns an enumeration of the available attribute names?
3.
In JSP, which of these returns the preferred locale?
4.
In JSP, which of the following returns a String object, containing the name of the client machine or containing its IP address if the name can't be determined?
5.
In JSP, which of these helps return the value of a request parameter as a string?
6.
In JSP, which of the following helps return the MIME type of the body of a request?
7.
In JSP, which of the following functions returns an authentication scheme which protects the servlet?
8.
In JSP, which of the following methods is used to set the locale of a response, if the response is not committed?
9.
In JSP, which of the following methods is used to set the content type of the response if it is not committed?
10.
In JSP, which of the following methods is used to set an HTTP content-length header?