Answer Posted / rajkanth
--HTTP stands for HyperText Transfer Protocol--
--Session means a period of time--
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 ? | 15 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between generic servlet and http servlet?
What do you mean by deployment descriptor?
What are the types of servlets? Explain
What is called servlet mapping?
Difference between httpservlet and generic servlets?
What is api in servlet?
Can we refresh servlet in client and server side automatically?
What do you mean by web applications? Explain web application directory arrangement?
What is war file?
What are the various ways of session supervision in servlets?
Why do we have servlet filters?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the default http method in the servlet?
How is a servlet implemented in code?
What are life cycle methods of a servlet?