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 are the drawbacks of cgi?
Explain the servlet filter.
Describe the phases of servlet lifecycle?
what is servlet chaining?
Explain how does JSP handle run-time exceptions?
How can we upload the file to the server using servlet?
What is the procedure for initializing a servlet?
Why is httpservlet declared abstract?
Differentiate between the get and post method
What are the kinds of http requests?
What is the capacity the doget can send to the server?
why we should override only no-agrs init() method.
Explain url encoding in servlet?
What are Servlets?
Define the lifecycle for executing a jsp page.