Answer Posted / suresh
cookie is small amount of data and it's store on the client
machine that is your browser machine
..Developer to create cookie and set the life time of cookie
on our web application
example
cookie.setMaxAge(1000);
the cookie available in 1000ms
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What are different ways for authentication of servlet?
What is the type of method for sending request from http server?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
How do we translate jsp?
What is lazy loading and what is Generic Servlet Class?
How a servlet is unloaded?
request parameter how to find whether a parameter exists in the request object?
What is string tokenizer?
Explain servlet events?
What are the types of an http request?
What are the difference between session and cookies in servlet? Explain
What is the servletconfig object?
What is the procedure of invoking different servlet in a different application?
How will two or three servlets interact or communicate with each other?