Answer Posted / ramesh
HTTP Session is mainly used for clients, to trace their
requests towards server. For each client, a unique session
will be maintain until the server gets shutdown. Each client
have separate session ID
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Why doesn’t a servlet include main()?
What is the GenericServlet class?
Explain session tracking and its importance?
How a servlet is unloaded?
What is war file?
Explain jsessionid and when is it created?
Describe servlet?
What are the exceptions thrown by servlets? Why?
What are the key methods that are involved in processing of http servlets?
How do we go with database connection and log4j integration in servlet?
Explain the difference between servletconfig and servletcontext in servlet?
Which application server is best for java?
Is dispatcher servlet a singleton?
What is called Session Tracking?
What is the difference between jsp and servlet life cycle?