If we disable cookies in our web page, what will happen?
Answer Posted / abc
to track web pages we can use
1. Cookies
2. URLRewriting
3. storing data in session
4. Using Hidden variable in form
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is servlet in simple terms?
What is the difference between Difference between doGet() and doPost()?
Explain get and post.
How is an application exception handling is done using a servlet?
Whats the advantages using servlets over using CGI?
Define the lifecycle for executing a jsp page.
Explain how does JSP handle run-time exceptions?
Difference between get and post in java servlets?
How to read request headers from servlets?
What is the directory structure of a war file?
Describe some assignments that are executed by servlet container?
What is preinitialization of a servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Is servlet a framework?
Explain the role of dispatcherservlet and contextloaderlistener.