Answer Posted / p.venkatesh
HttpSession present in package "javax.servlet.http".It is
mainly used for client request it will process and it will
throgh response to client.It also maintain only client
session.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Which java framework is most popular?
What are some disadvantages of storing session state in cookies?
What are the life cycle methods of a servlet?
What is a deployment descriptor?
How to make sure a servlet is loaded at the application startup?
What is the default http method in the servlet?
What are the steps that are required to handle the multi-threading?
What is life cycle of Servlet?
What is cgi and what are its drawbacks?
What do you mean by singlethreadmodel interface?
What is the use of httpservletrequestwrapper?
Is servlet a framework?
What mechanisms are used by a Servlet Container to maintain session information?
What exception should be thrown when servlet is not properly initialized?
What is servlet collaboration?