how do you maintain sessions in servlets?
Answer Posted / bibek
for mentaining session there are four ways
1 hidden field
2 url re-writting
3 coockis
4 session
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
Explain load on start-up and its importance?
Explain Action Servlet?
How can we refresh automatically when new data is entered into the database?
What is a servlet context object?
What is pure servlet?
What is cookies in servlet with example?
Explain the working of service() method of a servlet.
What is called servlet mapping?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Why do we have servlet filters?
What is the difference between a generic servlet and http servlet?
Write a command to get actual path of a servlet to the server?
What are all the advantages of servlet over cgi?
What do you understand by mime type?
Can we refresh servlet in client and server side automatically?