What are the mechanisms used by a servlet container for maintaining session information?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

What is a Session Id?

1 Answers  


Which interface should be implemented by all servlets?

0 Answers  


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  


what is servlet and what you get when we use servlets?

7 Answers   GGK Tech, Satyam,


Tell us something about servletconfig interface.

0 Answers  






without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this

1 Answers   Syntel,


init() method of servlet loaded by?

3 Answers  


How will two or three servlets interact or communicate with each other?

0 Answers  


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

0 Answers  


What’s the use of the servlet wrapper classes??

0 Answers  


how the server will know its the same jsp page?

3 Answers   HCL,


Is there any need to shutdown the web server, if you want to modify a servlet?

3 Answers  


Categories