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
What is servlet and its use?
Explain Action Servlet?
Describe some assignments that are executed by servlet container?
What is the life-cycle of servlets?
What are the benefits of using servlet over cgi?
How does Cookies work in Servlets?
How does java thread pool work?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How is the get () method different from the post() method?
Describe in brief RequestDespatcher?
What is the use of httpservletresponsewrapper?
What is generic servlet class?
What do you mean by cgi and what are its drawbacks?
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?
What is ServletContext object?