What is meant by session? Tell me something about httpsession class?
Answer / Pankaj Kumar Maurya
A session in Servlets represents the ongoing conversation between a client and the server. It maintains information related to the client during the entire interaction. The HttpSession interface (httpsession class) provides methods for creating, maintaining, and retrieving session-related data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by interservlet communication?
When servlet object is created?
How can I send user authentication information while making URL Connection?
What is a servlet context object?
What are cookies and how will you use them?
can i modify the data which are generated by the servlet
What are the different methods involved in the process of session management in servlets?
How can we create deadlock situation in servlet?
What is difference between get and post method?
How to pass a requrest object of one servlet as a request object to another servlet?
Is it possible to call servlet with parameters in the URL?
Which is better jsp or servlet?