Answer Posted / ravikiran
when we disable the cookies inside the client browser or if
the cookie age is finished which is set as
cookie.setMaxAge(mins*secs);
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the main purpose of java servlets?
What if you need to span your transaction across multiple servlet invocations?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
How do we share data using 'getservletcontext ()?
What is url encoding and url decoding
What is http servlet?
What is the difference between the http servlet and generic servlet?
Should I override the service() method?
What are the different methods involved in generic servlet?
Why are http servlets used in programming?
How does Cookies work in Servlets?
Write a simple servlet program to print the contents of html.
Explain the difference between a web server and a web container?
What is servlet mapping?
Servlet is pure java object or not?