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
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How do I support both get and post from the same servlet?
Explain servlet.
What is the need of session tracking in web application?
What are the different mode that servlets can be used?
What is the servletconfig object?
What do you mean by request dispatcher in servlet?
How can I send user authentication information while making URL Connection?
What is servlet initializer?
What is the purpose of inter-servlet communication?
Explain the servlet context.
What exception should be thrown when servlet is not properly initialized?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What are the benefits of using servlet over cgi?
How printwriter is different from servletoutputstream?