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
What do you mean by web applications?
Why do we have servlet listeners?
What is the difference between the http servlet and generic servlet?
How servlets are deployed in java?
What are the common methods that are included in the http servlet class?
What is Servlets and explain the advantages of Servlet life cycle?
What is the procedure of invoking different servlet in a different application?
The code in a finally clause will never fail to execute, right?
Which interface should be implemented by all servlets?
Write all the phases defined in servlet life cycle?
What is webservlet?
What is servlet and its types?
What is difference between PrintWriter and ServletOutputStream?
What are common tasks performed by Servlet Container?
What is string tokenizer?