What is meant by session? Tell me something about httpsession class?



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

Post New Answer

More Servlets Interview Questions

What do you mean by interservlet communication?

1 Answers  


When servlet object is created?

1 Answers  


How can I send user authentication information while making URL Connection?

1 Answers  


What is a servlet context object?

1 Answers  


What are cookies and how will you use them?

2 Answers  


can i modify the data which are generated by the servlet

4 Answers  


What are the different methods involved in the process of session management in servlets?

1 Answers  


How can we create deadlock situation in servlet?

1 Answers  


What is difference between get and post method?

1 Answers  


How to pass a requrest object of one servlet as a request object to another servlet?

4 Answers   Verizon,


Is it possible to call servlet with parameters in the URL?

4 Answers  


Which is better jsp or servlet?

1 Answers  


Categories