Q.1.
Which method stores the input data in the request body of the clients HTTP request
Q.2.
Which method is used to delete a session?
Q.3.
If the client has disabled cookie in the browser, which session management mechanism could the web container employ ?
Q.4.
<%@page attribute= %>In above statement attribute may be
Q.5.
Which statement about HttpSession is not true?
Q.6.
Which method is used access the cookies that are added to response object?
Q.7.
Cookies are stored on _______ side.
Q.8.
Given request is an HttpServletRequest, which code snippets will creates a session if one doesn't exist?
Q.9.
When the Web Container initializes a servlet, it creates a ___________ object for the servlet ?