1.
In JSP, which of the following methods is used to read the value of the form parameter?
2.
Which of the following JavaScript methods is used to set the value of a cookie?
3.
Which of the following JavaScript methods is used to retrieve cookie comments?
4.
In JSP, which of the following methods is used to add cookies to the HTTP response header?
5.
In JSP, which of the following methods is used to retrieve an object of the specified name, in a particular session?
6.
In JSP, which of the following methods returns a string containing the unique identifier assigned to a particular session?
7.
In JSP, which of the following methods is used to set the time between client requests before the servlet container makes the session invalid?
8.
Which of the following tags is used to execute a Java source code in JSP?
9.
In JSP, which of the following methods uses specific names to bind objects to sessions?
10.
In JSP, which of the following methods is used to return an invalid session and unbind the objects that are bound to it?