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
What do you mean by deployment descriptor?
Is servlet thread safe?
What is the difference between genericservlet and httpservlet
How do servlets work?
What is http servlet in java?
What is meant by a servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
How do we call one servlet from another servlet?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Explain Action Servlet?
What are the objects involved when a servlet receives a call from client?
Is it good idea to create servlet constructor?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What are the types of Session Tracking ?
How does tomcat servlet container work?