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
Why HttpServlet class is declared abstract?
Elucidate servlet attributes and its scope?
What mechanisms are used by a Servlet Container to maintain session information?
What are the uses of servlet
What are important features of Servlet 3?
Write a simple servlet program to print the contents of html.
What is servlet and its types?
What are the different methods involved in generic servlet?
What is meant by servlet? What are the parameters of the service method?
What are the objects involved when a servlet receives a call from client?
Explain the servlet filter.
What is meant by session? Tell me something about httpsession class?
What is ServletConfig object?
Which is better jsp or servlet?
How can you use a servlet to generate a plain text instead of html?