If we disable cookies in our web page, what will happen?
Answer Posted / shailendra sharma
Cookies is used for identify to request.
if we disable the coookies then we cannot identify the
request
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What do you mean by interservlet communication?
How can an existing session be invalidated?
What is the structure of the http response
How do you run a servlet?
How can a servlet be used to generate plain text instead of html?
How can we implement a jsp page?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
How to generate the server side programming and the advantages of it over the other languages?
Which event is fired at the time of project deployment and undeployment?
Tell us something about servletcontext interface.
How can we perform any action at the time of deploying the project?
What are the ways to handle multi-threading in servlets?
How we can get ip address of client in servlet?
What is meant by a web application
How to create war file?