Answer Posted / guest
session object is used to maintain a user session related
information on the server side. you can store,retrieve and
remove information from a sessoion object according to ur
program logic.A session object created for each user
persists on the server side,either until user closes the
browser or user remains idle for the session expiration
time,which is configurable on each server.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What are the ways to handle multi-threading in servlets?
What is the importance of init() method in Servlet ?
Explain the difference between generic servlet and http servlet?
Explain the features are in servlet 3?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
When Servlet is unloaded?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
How servlets are deployed in java?
How does Cookies work in Servlets?
What are the types of protocols supported by httpservlet ?
What is Servlet API used for connecting database?
How is an application exception handling is done using a servlet?
What is difference between jsp and servlet?
Explain Action Servlet?
Which is better jsp or servlet?