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
Explain get and post.
How do we share data using 'getservletcontext ()?
Can we override servlet service method?
What is httpservlet class?
What do you mean by cgi in servlet?
What are the features added in Servlet 2.5?
What are different ways for servlet authentication?
How can a servlet be used to generate plain text instead of html?
What is a web application and what is it’s directory structure?
Tell us something about servletcontext interface.
What is difference between GenericServlet and HttpServlet?
What is Servlet API used for connecting database?
Which httpsession object is used to view and manipulate information about a session?
What are the phases of servlet life cycle?
What is the difference between the include() and forward() methods?